PostGraphOptionsNumberOfShards Property |
The number of shards that is used for every collection within this graph.
Cannot be modified later.
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 int NumberOfShards {
int get ();
void set (int value);
}
member NumberOfShards : int with get, set
Property Value
Type:
Int32Remarks
(cluster only)
See Also