GraphResultNumberOfShards Property |
Number of shards created for every new collection in the graph.
Namespace:
ArangoDBNetStandard.GraphApi.Models
Assembly:
ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax public int? NumberOfShards { get; set; }
Public Property NumberOfShards As Integer?
Get
Set
public:
property Nullable<int> NumberOfShards {
Nullable<int> get ();
void set (Nullable<int> value);
}
member NumberOfShards : Nullable<int> with get, set
Property Value
Type:
NullableInt32Remarks
Returned only in a cluster setup since ArangoDB 3.7,
as this property is not meaningful in a single server.
See Also