RunFilterParameters Class

Definition

Query parameters for listing runs.

public class RunFilterParameters
type RunFilterParameters = class
Public Class RunFilterParameters
Inheritance
RunFilterParameters

Constructors

RunFilterParameters()

Initializes a new instance of the RunFilterParameters class.

RunFilterParameters(DateTime, DateTime, String, IList<RunQueryFilter>, IList<RunQueryOrderBy>)

Initializes a new instance of the RunFilterParameters class.

Properties

ContinuationToken

Gets or sets the continuation token for getting the next page of results. Null for first page.

Filters

Gets or sets list of filters.

LastUpdatedAfter

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

LastUpdatedBefore

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

OrderBy

Gets or sets list of OrderBy option.

Methods

Validate()

Validate the object.

Applies to