ImportDocumentsQueryCollection Property |
Required. Used to specify the target
collection for the import. Importing
data into a non-existing collection
will produce an error.
Namespace:
ArangoDBNetStandard.BulkOperationsApi.Models
Assembly:
ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax public string Collection { get; set; }
Public Property Collection As String
Get
Set
public:
property String^ Collection {
String^ get ();
void set (String^ value);
}
member Collection : string with get, set
Property Value
Type:
StringSee Also