Query interface

Represents a query to run on the TI objects in the workspace.

Properties

condition

Represents a condition used to query for TI objects.

maxPageSize

Represents the maximum size of the page that will be returned from the query API.

minPageSize

Represents the minimum size of the page that will be returned from the query API.

sortBy

Specifies how to sort the query results.

Property Details

condition

Represents a condition used to query for TI objects.

condition?: QueryCondition

Property Value

maxPageSize

Represents the maximum size of the page that will be returned from the query API.

maxPageSize?: number

Property Value

number

minPageSize

Represents the minimum size of the page that will be returned from the query API.

minPageSize?: number

Property Value

number

sortBy

Specifies how to sort the query results.

sortBy?: QuerySortBy

Property Value