GetCollectionPropertiesResponseShardingStrategy Property |
This attribute specifies the name of the sharding strategy used for the collection.
Namespace:
ArangoDBNetStandard.CollectionApi.Models
Assembly:
ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax public string ShardingStrategy { get; set; }
Public Property ShardingStrategy As String
Get
Set
public:
property String^ ShardingStrategy {
String^ get ();
void set (String^ value);
}
member ShardingStrategy : string with get, set
Property Value
Type:
StringSee Also