Click or drag to resize

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; }

Property Value

Type: String
See Also