CollectionKeyOptionsAllowUserKeys Property |
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.
Namespace:
ArangoDBNetStandard.CollectionApi.Models
Assembly:
ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax public bool AllowUserKeys { get; set; }
Public Property AllowUserKeys As Boolean
Get
Set
public:
property bool AllowUserKeys {
bool get ();
void set (bool value);
}
member AllowUserKeys : bool with get, set
Property Value
Type:
BooleanSee Also