PostCollectionBodyKeyOptions Property |
Additional options for key generation.
Namespace:
ArangoDBNetStandard.CollectionApi.Models
Assembly:
ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax public CollectionKeyOptions KeyOptions { get; set; }
Public Property KeyOptions As CollectionKeyOptions
Get
Set
public:
property CollectionKeyOptions^ KeyOptions {
CollectionKeyOptions^ get ();
void set (CollectionKeyOptions^ value);
}
member KeyOptions : CollectionKeyOptions with get, set
Property Value
Type:
CollectionKeyOptionsSee Also