Query Class

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

Constructor

Query(*args: Any, **kwargs: Any)

Variables

Name Description
condition

Represents a condition used to query for TI objects.

sort_by

Specifies how to sort the query results.

max_page_size
int

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

min_page_size
int

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

Attributes

condition

Represents a condition used to query for TI objects.

condition: _models.QueryCondition | None

max_page_size

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

max_page_size: int | None

min_page_size

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

min_page_size: int | None

sort_by

Specifies how to sort the query results.

sort_by: _models.QuerySortBy | None