QueryResult

Interface

The result of data source's query method.

Properties

PropertyTypeNotes
number

The number of result records.

boolean

When exceededTransferLimit is true, it indicates there are more query results and you can continue to page through the results.

IExtent | Extent

The extent of the result records.

string[]

The jimuFieldName.

string[]

The IDs of the result records.

boolean

Whether the query process is aborted. isAborted is undefined or false means the query process is done.

IMQueryParams

The query parameters that generate the result.

Records of the query result.

count

optional
Interface Property
count: number

The number of result records.

exceededTransferLimit

optional
Interface Property
exceededTransferLimit: boolean

When exceededTransferLimit is true, it indicates there are more query results and you can continue to page through the results.

extent

optional
Interface Property
extent: IExtent | Extent

The extent of the result records.

fields

optional
Interface Property
fields: string[]

The jimuFieldName.

ids

optional
Interface Property
ids: string[]

The IDs of the result records.

isAborted

optional
Interface Property
isAborted: boolean

Whether the query process is aborted. isAborted is undefined or false means the query process is done.

queryParams

Interface Property
queryParams: IMQueryParams

The query parameters that generate the result.

records

optional
Interface Property
records: DataRecord[]

Records of the query result.

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