Click or drag to resize

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; }

Property Value

Type: NullableBoolean
See Also