ImportDocumentsQueryDetails Property |
Optional. The details query parameter can be set
to true to make the import API return
details about documents that could not
be imported. If details is true, then
the result will also contain a details
attribute which is an array of detailed
error messages. If the details is set
to false or omitted, no details will
be returned.
Namespace:
ArangoDBNetStandard.BulkOperationsApi.Models
Assembly:
ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax public bool? Details { get; set; }
Public Property Details As Boolean?
Get
Set
public:
property Nullable<bool> Details {
Nullable<bool> get ();
void set (Nullable<bool> value);
}
member Details : Nullable<bool> with get, set
Property Value
Type:
NullableBooleanSee Also