Click or drag to resize

PostCollectionResponse Properties

The PostCollectionResponse type exposes the following members.

Properties
  NameDescription
Public propertyCode
Public propertyDoCompact
Deprecated. Whether or not the collection is compacted. This option is meaningful for the MMFiles storage engine only.
Public propertyError
Always false.
Public propertyGloballyUniqueId
Public propertyId
Public propertyIndexBuckets
Deprecated. The number of buckets into which indexes using a hash table are split. This option is meaningful for the MMFiles storage engine only.
Public propertyIsSystem
If true then the collection data is kept in-memory only and not made persistent.
Public propertyIsVolatile
Deprecated. If true then the collection data is kept in-memory only and not made persistent. This option is meaningful for the MMFiles storage engine only.
Public propertyJournalSize
The maximal size of a journal or datafile in bytes. This option is meaningful for the MMFiles storage engine only.
Public propertyKeyOptions
Public propertyName
The name of the collection.
Public propertyStatus
Public propertyStatusString
Public propertyType
The type of the collection.
Public propertyWaitForSync
If true then the data is synchronized to disk before returning from a document create, update, replace or removal operation. (default: false)
Top
See Also