Click or drag to resize

PostCollectionBodyDoCompact Property

Deprecated. Whether or not the collection will be compacted (default is true). This option is meaningful for the MMFiles storage engine only.

Namespace:  ArangoDBNetStandard.CollectionApi.Models
Assembly:  ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax
public bool? DoCompact { get; set; }

Property Value

Type: NullableBoolean
See Also