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; }
Public Property EnforceReplicationFactor As Boolean?
Get
Set
public:
property Nullable<bool> EnforceReplicationFactor {
Nullable<bool> get ();
void set (Nullable<bool> value);
}
member EnforceReplicationFactor : Nullable<bool> with get, set
Property Value
Type:
NullableBooleanSee Also