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