PostTransactionBody Class |
Namespace: ArangoDBNetStandard.TransactionApi.Models
The PostTransactionBody type exposes the following members.
Name | Description | |
---|---|---|
PostTransactionBody | Initializes a new instance of the PostTransactionBody class |
Name | Description | |
---|---|---|
Action |
JavaScript function describing the transaction action.
| |
Collections |
Collections configuration for the transaction.
| |
LockTimeout |
The maximum time to wait for required locks to be released, before the transaction times out.
| |
MaxTransactionSize |
The maximum transaction size before making intermediate commits (RocksDB only).
| |
Params |
Parameters to be passed into the transaction JavaScript function defined by Action.
| |
WaitForSync |
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |