PostCollectionQueryWaitForSyncReplication Property |
Default is true which means the server will only report success back to the
client if all replicas have created the collection. Set to false if you want
faster server responses and don’t care about full replication.
Namespace:
ArangoDBNetStandard.CollectionApi.Models
Assembly:
ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax public bool? WaitForSyncReplication { get; set; }
Public Property WaitForSyncReplication As Boolean?
Get
Set
public:
property Nullable<bool> WaitForSyncReplication {
Nullable<bool> get ();
void set (Nullable<bool> value);
}
member WaitForSyncReplication : Nullable<bool> with get, set
Property Value
Type:
NullableBooleanSee Also