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