Click or drag to resize

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; }

Property Value

Type: NullableBoolean
See Also