Click or drag to resize

StreamTransactionBodyMaxTransactionSize Property

Gets or sets the maximum transaction size limit in bytes. Honored by the RocksDB storage engine 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