Click or drag to resize

StreamTransactionBodyCollections Property

Gets or sets the PostTransactionRequestCollections object that can have one or all sub-attributes read, write or exclusive, each being an array of collection names. Collections that will be written to in the transaction must be declared with the write or exclusive attribute or it will fail, whereas non-declared collections from which is solely read will be added lazily.

Namespace:  ArangoDBNetStandard.TransactionApi.Models
Assembly:  ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax
public PostTransactionRequestCollections Collections { get; set; }

Property Value

Type: PostTransactionRequestCollections
See Also