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; }
Public Property MaxTransactionSize As Long?
Get
Set
public:
property Nullable<long long> MaxTransactionSize {
Nullable<long long> get ();
void set (Nullable<long long> value);
}
member MaxTransactionSize : Nullable<int64> with get, set
Property Value
Type:
NullableInt64See Also