Click or drag to resize

PostTransactionRequestCollectionsRead Property

The list of read-only collections involved in a transaction.

Namespace:  ArangoDBNetStandard.TransactionApi.Models
Assembly:  ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax
public IList<string> Read { get; set; }

Property Value

Type: IListString
See Also