Click or drag to resize

PostCollectionQuery Properties

The PostCollectionQuery type exposes the following members.

Properties
  NameDescription
Public propertyEnforceReplicationFactor
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.
Public propertyWaitForSyncReplication
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.
Top
See Also