ViewDetailsCommitIntervalMsec Property |
The number of milliseconds to wait
between committing View data store
changes and making documents visible
to queries (default: 1000, 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 CommitIntervalMsec { get; set; }
Public Property CommitIntervalMsec As Integer
Get
Set
public:
property int CommitIntervalMsec {
int get ();
void set (int value);
}
member CommitIntervalMsec : int with get, set
Property Value
Type:
Int32See Also