ImportDocumentsQueryComplete Property |
Optional. The complete query parameter can be set
to true to make the entire import fail if
any of the uploaded documents is invalid
and cannot be imported. In this case, no
documents will be imported by the import run,
even if a failure happens at the end of the import.
If complete has a value other than true,
valid documents will be imported while invalid
documents will be rejected, meaning only
some of the uploaded documents might have
been imported.
Namespace:
ArangoDBNetStandard.BulkOperationsApi.Models
Assembly:
ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax public bool? Complete { get; set; }
Public Property Complete As Boolean?
Get
Set
public:
property Nullable<bool> Complete {
Nullable<bool> get ();
void set (Nullable<bool> value);
}
member Complete : Nullable<bool> with get, set
Property Value
Type:
NullableBooleanSee Also