RunFilterParameters Class

Query parameters for listing runs.

All required parameters must be populated in order to send to server.

Inheritance
azure.mgmt.datafactory._serialization.Model
RunFilterParameters

Constructor

RunFilterParameters(*, last_updated_after: datetime, last_updated_before: datetime, continuation_token: str | None = None, filters: List[_models.RunQueryFilter] | None = None, order_by: List[_models.RunQueryOrderBy] | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
continuation_token
str

The continuation token for getting the next page of results. Null for first page.

last_updated_after

The time at or after which the run event was updated in 'ISO 8601' format. Required.

last_updated_before

The time at or before which the run event was updated in 'ISO 8601' format. Required.

filters

List of filters.

order_by

List of OrderBy option.

Variables

Name Description
continuation_token
str

The continuation token for getting the next page of results. Null for first page.

last_updated_after

The time at or after which the run event was updated in 'ISO 8601' format. Required.

last_updated_before

The time at or before which the run event was updated in 'ISO 8601' format. Required.

filters

List of filters.

order_by

List of OrderBy option.