GetCollectionPropertiesResponseShardKeys Property |
In a cluster, this attribute determines
which document attributes are used to determine the target shard for documents.
This option is meaningless in a single server setup.
Namespace:
ArangoDBNetStandard.CollectionApi.Models
Assembly:
ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax public IEnumerable<string> ShardKeys { get; set; }
Public Property ShardKeys As IEnumerable(Of String)
Get
Set
public:
property IEnumerable<String^>^ ShardKeys {
IEnumerable<String^>^ get ();
void set (IEnumerable<String^>^ value);
}
member ShardKeys : IEnumerable<string> with get, set
Property Value
Type:
IEnumerableStringSee Also