ImportDocumentsResponseIgnored Property |
The number of failed but ignored
insert operations
(in case onDuplicate was set to ignore).
Namespace:
ArangoDBNetStandard.BulkOperationsApi.Models
Assembly:
ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax public int? Ignored { get; set; }
Public Property Ignored As Integer?
Get
Set
public:
property Nullable<int> Ignored {
Nullable<int> get ();
void set (Nullable<int> value);
}
member Ignored : Nullable<int> with get, set
Property Value
Type:
NullableInt32See Also