StreamTransactionBodyLockTimeout Property |
Gets or sets an optional numeric value that can be used to set a timeout for waiting on collection locks.
If not specified, a default value will be used.
Setting lockTimeout to 0 will make ArangoDB not time out waiting for a lock.
Namespace:
ArangoDBNetStandard.TransactionApi.Models
Assembly:
ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax public long? LockTimeout { get; set; }
Public Property LockTimeout As Long?
Get
Set
public:
property Nullable<long long> LockTimeout {
Nullable<long long> get ();
void set (Nullable<long long> value);
}
member LockTimeout : Nullable<int64> with get, set
Property Value
Type:
NullableInt64See Also