PostExplainAqlQueryResponseIndexIsNewlyCreated Property |
Namespace:
ArangoDBNetStandard.AqlFunctionApi.Models
Assembly:
ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax public bool? IsNewlyCreated { get; set; }
Public Property IsNewlyCreated As Boolean?
Get
Set
public:
virtual property Nullable<bool> IsNewlyCreated {
Nullable<bool> get () sealed;
void set (Nullable<bool> value) sealed;
}
abstract IsNewlyCreated : Nullable<bool> with get, set
override IsNewlyCreated : Nullable<bool> with get, set
Property Value
Type:
NullableBooleanImplements
IIndexResponseIsNewlyCreatedSee Also