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; }
Public Property DoCompact As Boolean?
Get
Set
public:
property Nullable<bool> DoCompact {
Nullable<bool> get ();
void set (Nullable<bool> value);
}
member DoCompact : Nullable<bool> with get, set
Property Value
Type:
NullableBooleanSee Also