ImportDocumentsResponseCreated Property |
The number of documents imported.
Namespace:
ArangoDBNetStandard.BulkOperationsApi.Models
Assembly:
ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax public int? Created { get; set; }
Public Property Created As Integer?
Get
Set
public:
property Nullable<int> Created {
Nullable<int> get ();
void set (Nullable<int> value);
}
member Created : Nullable<int> with get, set
Property Value
Type:
NullableInt32See Also