Click or drag to resize

PostTransactionBodyMaxTransactionSize Property

The maximum transaction size before making intermediate commits (RocksDB only).

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

Property Value

Type: NullableInt64
See Also