Click or drag to resize

PostCursorOptionsMaxTransactionSize Property

Transaction size limit in bytes. Honored by the RocksDB storage engine only.

Namespace:  ArangoDBNetStandard.CursorApi.Models
Assembly:  ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax
public long? MaxTransactionSize { get; set; }

Property Value

Type: NullableInt64
See Also