Click or drag to resize

PostTransactionRequestCollections.Read 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: IList<String>
See Also