ImportDocumentsResponseEmpty Property |
The number of empty lines found in the input
(will only contain a value greater zero
for types documents or auto).
Namespace:
ArangoDBNetStandard.BulkOperationsApi.Models
Assembly:
ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax public int? Empty { get; set; }
Public Property Empty As Integer?
Get
Set
public:
property Nullable<int> Empty {
Nullable<int> get ();
void set (Nullable<int> value);
}
member Empty : Nullable<int> with get, set
Property Value
Type:
NullableInt32See Also