PostCollectionResponse Properties |
The PostCollectionResponse type exposes the following members.
Name | Description | |
---|---|---|
![]() | Code | |
![]() | DoCompact |
Deprecated.
Whether or not the collection is compacted.
This option is meaningful for the MMFiles storage engine only.
|
![]() | Error |
Always false.
|
![]() | GloballyUniqueId | |
![]() | Id | |
![]() | IndexBuckets |
Deprecated.
The number of buckets into which indexes using a hash table are split.
This option is meaningful for the MMFiles storage engine only.
|
![]() | IsSystem |
If true then the collection data is kept in-memory only and not made persistent.
|
![]() | IsVolatile |
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.
|
![]() | JournalSize |
The maximal size of a journal or datafile in bytes.
This option is meaningful for the MMFiles storage engine only.
|
![]() | KeyOptions | |
![]() | Name |
The name of the collection.
|
![]() | Status | |
![]() | StatusString | |
![]() | Type |
The type of the collection.
|
![]() | WaitForSync |
If true then the data is synchronized to disk before returning
from a document create, update, replace or removal operation.
(default: false)
|