PostTransactionRequestCollectionsExclusive Property |
Collections for which to obtain exclusive locks during a transaction.
Namespace:
ArangoDBNetStandard.TransactionApi.Models
Assembly:
ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax public IList<string> Exclusive { get; set; }
Public Property Exclusive As IList(Of String)
Get
Set
public:
property IList<String^>^ Exclusive {
IList<String^>^ get ();
void set (IList<String^>^ value);
}
member Exclusive : IList<string> with get, set
Property Value
Type:
IListStringSee Also