ImportDocumentsResponseUpdated Property |
The number of updated/replaced documents
(in case onDuplicate was set to either
update or replace).
Namespace:
ArangoDBNetStandard.BulkOperationsApi.Models
Assembly:
ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax public int? Updated { get; set; }
Public Property Updated As Integer?
Get
Set
public:
property Nullable<int> Updated {
Nullable<int> get ();
void set (Nullable<int> value);
}
member Updated : Nullable<int> with get, set
Property Value
Type:
NullableInt32See Also