Click or drag to resize

PostCollectionQueryEnforceReplicationFactor Property

Default is true which means the server will check if there are enough replicas available at creation time and bail out otherwise. Set to false to disable this extra check.

Namespace:  ArangoDBNetStandard.CollectionApi.Models
Assembly:  ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax
public bool? EnforceReplicationFactor { get; set; }

Property Value

Type: NullableBoolean
See Also