Interface IGeoPolygonQuery
Inherited Members
Namespace: OpenSearch .Client
Assembly: OpenSearch.Client.dll
Syntax
public interface IGeoPolygonQuery : IFieldNameQuery, IQuery
Properties
| Edit this page View SourcePoints
Declaration
IEnumerable<GeoLocation> Points { get; set; }
Property Value
Type | Description |
---|---|
IEnumerable<Geo |
ValidationMethod
Declaration
GeoValidationMethod? ValidationMethod { get; set; }
Property Value
Type | Description |
---|---|
Geo |