Class GeoDistanceQuery
Inheritance
GeoDistanceQuery
Assembly: OpenSearch.Client.dll
Syntax
public class GeoDistanceQuery : FieldNameQueryBase, IGeoDistanceQuery, IFieldNameQuery, IQuery
Properties
|
Edit this page
View Source
Conditionless
Declaration
protected override bool Conditionless { get; }
Property Value
Overrides
|
Edit this page
View Source
Distance
Declaration
public Distance Distance { get; set; }
Property Value
|
Edit this page
View Source
DistanceType
Declaration
public GeoDistanceType? DistanceType { get; set; }
Property Value
|
Edit this page
View Source
Location
Declaration
public GeoLocation Location { get; set; }
Property Value
|
Edit this page
View Source
ValidationMethod
Declaration
public GeoValidationMethod? ValidationMethod { get; set; }
Property Value
Implements
Extension Methods