Class GeoPolygonQueryDescriptor<T>
Inheritance
GeoPolygonQueryDescriptor<T>
Assembly: OpenSearch.Client.dll
Syntax
public class GeoPolygonQueryDescriptor<T> : FieldNameQueryDescriptorBase<GeoPolygonQueryDescriptor<T>, IGeoPolygonQuery, T>, IDescriptor, IGeoPolygonQuery, IFieldNameQuery, IQuery where T : class
Type Parameters
Properties
|
Edit this page
View Source
Conditionless
Whether the query is conditionless. A conditionless query is not serialized as part of the request
sent to OpenSearch.
Declaration
protected override bool Conditionless { get; }
Property Value
Overrides
Methods
|
Edit this page
View Source
Points(params GeoLocation[])
Declaration
public GeoPolygonQueryDescriptor<T> Points(params GeoLocation[] points)
Parameters
Returns
|
Edit this page
View Source
Points(IEnumerable<GeoLocation>)
Declaration
public GeoPolygonQueryDescriptor<T> Points(IEnumerable<GeoLocation> points)
Parameters
Returns
|
Edit this page
View Source
ValidationMethod(GeoValidationMethod?)
Declaration
public GeoPolygonQueryDescriptor<T> ValidationMethod(GeoValidationMethod? validation)
Parameters
Returns
Implements
Extension Methods