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. |
| max |
Represents the maximum size of the page that will be returned from the query API. |
| min |
Represents the minimum size of the page that will be returned from the query API. |
| sort |
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