ImportDocumentObjectsBodyTDocuments Property |
List of document objects to import.
Namespace:
ArangoDBNetStandard.BulkOperationsApi.Models
Assembly:
ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax public IEnumerable<T> Documents { get; set; }
Public Property Documents As IEnumerable(Of T)
Get
Set
public:
property IEnumerable<T>^ Documents {
IEnumerable<T>^ get ();
void set (IEnumerable<T>^ value);
}
member Documents : IEnumerable<'T> with get, set
Property Value
Type:
IEnumerableTSee Also