Click or drag to resize

PostCollectionQuery.WaitForSyncReplication 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; }

Property Value

Type: Nullable<Boolean>
See Also