GetCollectionShardsDetailedResponseShards Property |
Namespace:
ArangoDBNetStandard.CollectionApi.Models
Assembly:
ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax public Dictionary<string, List<string>> Shards { get; set; }
Public Property Shards As Dictionary(Of String, List(Of String))
Get
Set
public:
property Dictionary<String^, List<String^>^>^ Shards {
Dictionary<String^, List<String^>^>^ get ();
void set (Dictionary<String^, List<String^>^>^ value);
}
member Shards : Dictionary<string, List<string>> with get, set
Property Value
Type:
DictionaryString,
ListStringSee Also