Click or drag to resize

PostCursorOptionsIntermediateCommitCount Property

Maximum number 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? IntermediateCommitCount { get; set; }

Property Value

Type: NullableInt64
See Also