PostCollectionBodyType Property |
The type of the collection to create.
Namespace:
ArangoDBNetStandard.CollectionApi.Models
Assembly:
ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax public CollectionType? Type { get; set; }
Public Property Type As CollectionType?
Get
Set
public:
property Nullable<CollectionType> Type {
Nullable<CollectionType> get ();
void set (Nullable<CollectionType> value);
}
member Type : Nullable<CollectionType> with get, set
Property Value
Type:
NullableCollectionTypeSee Also