Click or drag to resize

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; }

Property Value

Type: NullableInt64
See Also