PostCollectionBodyIsSystem Property |
If true, create a system collection.
In this case collection-name should start with an underscore.
(The default is false)
Namespace:
ArangoDBNetStandard.CollectionApi.Models
Assembly:
ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax public bool? IsSystem { get; set; }
Public Property IsSystem As Boolean?
Get
Set
public:
property Nullable<bool> IsSystem {
Nullable<bool> get ();
void set (Nullable<bool> value);
}
member IsSystem : Nullable<bool> with get, set
Property Value
Type:
NullableBooleanSee Also