ViewDetailsConsolidationIntervalMsec Property |
The number of milliseconds to wait
between applying ‘consolidationPolicy’
to consolidate View data store and
possibly release space on the filesystem
(default: 10000, to disable use: 0).
Read more about this in the documentation.
Namespace:
ArangoDBNetStandard.ViewApi.Models
Assembly:
ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax public int ConsolidationIntervalMsec { get; set; }
Public Property ConsolidationIntervalMsec As Integer
Get
Set
public:
property int ConsolidationIntervalMsec {
int get ();
void set (int value);
}
member ConsolidationIntervalMsec : int with get, set
Property Value
Type:
Int32See Also