PostCollectionResponse Class |
Namespace: ArangoDBNetStandard.CollectionApi.Models
The PostCollectionResponse type exposes the following members.
| Name | Description | |
|---|---|---|
| PostCollectionResponse | Initializes a new instance of the PostCollectionResponse class |
| 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)
|
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |