GetCollectionPropertiesResponseDoCompact Property |
Deprecated.
Whether or not the collection is compacted.
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 bool DoCompact {
bool get ();
void set (bool value);
}
member DoCompact : bool with get, set
Property Value
Type:
BooleanSee Also