Click or drag to resize

ImportDocumentsResponse.Empty 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; }

Property Value

Type: Nullable<Int32>
See Also