CollectionShardsResponseBaseIsSmart Property |
Namespace:
ArangoDBNetStandard.CollectionApi.Models
Assembly:
ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax public bool? IsSmart { get; set; }
Public Property IsSmart As Boolean?
Get
Set
public:
property Nullable<bool> IsSmart {
Nullable<bool> get ();
void set (Nullable<bool> value);
}
member IsSmart : Nullable<bool> with get, set
Property Value
Type:
NullableBooleanSee Also