PostCursorOptionsIntermediateCommitSize Property |
Maximum total size of operations after which an intermediate commit is performed automatically.
Honored by the RocksDB storage engine only.
Namespace:
ArangoDBNetStandard.CursorApi.Models
Assembly:
ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax public long? IntermediateCommitSize { get; set; }
Public Property IntermediateCommitSize As Long?
Get
Set
public:
property Nullable<long long> IntermediateCommitSize {
Nullable<long long> get ();
void set (Nullable<long long> value);
}
member IntermediateCommitSize : Nullable<int64> with get, set
Property Value
Type:
NullableInt64See Also