PostTransactionRequestCollectionsWrite Property |
The list of write collection involved in a transaction.
Namespace:
ArangoDBNetStandard.TransactionApi.Models
Assembly:
ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax public IList<string> Write { get; set; }
Public Property Write As IList(Of String)
Get
Set
public:
property IList<String^>^ Write {
IList<String^>^ get ();
void set (IList<String^>^ value);
}
member Write : IList<string> with get, set
Property Value
Type:
IListStringSee Also