Interface IGeoBoundingBoxQuery
Inherited Members
Namespace: OpenSearch.Client
Assembly: OpenSearch.Client.dll
Syntax
public interface IGeoBoundingBoxQuery : IFieldNameQuery, IQuery
Properties
| Edit this page View SourceBoundingBox
Declaration
IBoundingBox BoundingBox { get; set; }
Property Value
Type | Description |
---|---|
IBoundingBox |
Type
Declaration
GeoExecution? Type { get; set; }
Property Value
Type | Description |
---|---|
GeoExecution? |
ValidationMethod
Declaration
GeoValidationMethod? ValidationMethod { get; set; }
Property Value
Type | Description |
---|---|
GeoValidationMethod? |