CollectionKeyOptions Class |
Namespace: ArangoDBNetStandard.CollectionApi.Models
The CollectionKeyOptions type exposes the following members.
Name | Description | |
---|---|---|
CollectionKeyOptions | Initializes a new instance of the CollectionKeyOptions class |
Name | Description | |
---|---|---|
AllowUserKeys |
If set to true, then it is allowed to supply own key values
in the _key attribute of a document.
If set to false, then the key generator will solely be responsible for generating keys
and supplying own key values in the _key attribute of documents is considered an error.
| |
Increment |
Increment value for autoincrement key generator.
Not used for other key generator types.
| |
Offset |
Initial offset value for autoincrement key generator.
Not used for other key generator types.
| |
Type |
Apecifies the type of the key generator.
The currently available generators are traditional, autoincrement, uuid and padded.
|
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.) |