IIndexResponseIsNewlyCreated Property |
Indicates a newly created index.
Namespace:
ArangoDBNetStandard.IndexApi.Models
Assembly:
ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax bool? IsNewlyCreated { get; set; }
Property IsNewlyCreated As Boolean?
Get
Set
property Nullable<bool> IsNewlyCreated {
Nullable<bool> get ();
void set (Nullable<bool> value);
}
abstract IsNewlyCreated : Nullable<bool> with get, set
Property Value
Type:
NullableBooleanSee Also