ImportDocumentsResponseDetails Property |
If query parameter details is set to true,
this attribute is an array with more detailed
information about which documents could not
be inserted.
Namespace:
ArangoDBNetStandard.BulkOperationsApi.Models
Assembly:
ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax public IList<string> Details { get; set; }
Public Property Details As IList(Of String)
Get
Set
public:
property IList<String^>^ Details {
IList<String^>^ get ();
void set (IList<String^>^ value);
}
member Details : IList<string> with get, set
Property Value
Type:
IListStringSee Also