CollectionShardsResponseBaseKeyOptions Property |
Namespace:
ArangoDBNetStandard.CollectionApi.Models
Assembly:
ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax public CollectionShardsKeyOption KeyOptions { get; set; }
Public Property KeyOptions As CollectionShardsKeyOption
Get
Set
public:
property CollectionShardsKeyOption^ KeyOptions {
CollectionShardsKeyOption^ get ();
void set (CollectionShardsKeyOption^ value);
}
member KeyOptions : CollectionShardsKeyOption with get, set
Property Value
Type:
CollectionShardsKeyOptionSee Also