Skip to content

IQueryOptions

Interface

Parameters for feature layer query request. Go to the [REST API Documentation])https://developers.arcgis.com/rest/services-reference/enterprise/query-feature-service-layer/#request-parameters) for more information.

Properties

PropertyType
gdbVersionstring
geometryIGeometry
geometryPrecisionnumber
geometryTypeGeometryType
inSRstring | ISpatialReference
outFieldsstring[] | "*"
paramsIParams
spatialRelSpatialRelationship
sqlFormat"native" | "none" | "standard"
wherestring

gdbVersion

optional
Interface Property
gdbVersion: string

geometry

optional
Interface Property
geometry: IGeometry

geometryPrecision

optional
Interface Property
geometryPrecision: number

geometryType

optional
Interface Property
geometryType: GeometryType

inSR

optional
Interface Property
inSR: string | ISpatialReference

outFields

optional
Interface Property
outFields: string[] | "*"

params

optional
Interface Property
params: IParams

spatialRel

optional
Interface Property
spatialRel: SpatialRelationship

sqlFormat

optional
Interface Property
sqlFormat: "native" | "none" | "standard"

where

optional
Interface Property
where: string

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.