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; }
Public Property Collections As PostTransactionRequestCollections
Get
Set
public:
property PostTransactionRequestCollections^ Collections {
PostTransactionRequestCollections^ get ();
void set (PostTransactionRequestCollections^ value);
}
member Collections : PostTransactionRequestCollections with get, set
Property Value
Type:
PostTransactionRequestCollectionsSee Also