ImportDocumentArraysBodyDocumentAttributes Property |
List containing document attributes that are
being imported.
Namespace:
ArangoDBNetStandard.BulkOperationsApi.Models
Assembly:
ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax public IEnumerable<string> DocumentAttributes { get; set; }
Public Property DocumentAttributes As IEnumerable(Of String)
Get
Set
public:
property IEnumerable<String^>^ DocumentAttributes {
IEnumerable<String^>^ get ();
void set (IEnumerable<String^>^ value);
}
member DocumentAttributes : IEnumerable<string> with get, set
Property Value
Type:
IEnumerableStringSee Also