Skip to main content

Class StepListOptions

The StepListOptions.

Assembly: Taskurai.dll
Declaration
public class StepListOptions

Properties

IncludeCompleted

Include completed steps.

Declaration
public bool? IncludeCompleted { get; set; }

PageSizeHint

Page size hint.

Declaration
public int? PageSizeHint { get; set; }

ContinuationToken

Token to get the next page of results.

Declaration
public string ContinuationToken { get; set; }

ReturnTotalCount

Must the total count be returned.

Declaration
public bool? ReturnTotalCount { get; set; }

ReturnCondensed

Must the results be returned in condensed format.

Declaration
public bool? ReturnCondensed { get; set; }

IncludeIsolated

Must steps that run in isolation mode be included.

Declaration
public bool? IncludeIsolated { get; set; }

FilterIsolated

Filter on isolated steps (isolation key required).

Declaration
public bool? FilterIsolated { get; set; }

IsolationKey

Isolation key to filter isolated steps.

Declaration
public string IsolationKey { get; set; }

Id

Filter on step id.

Declaration
public string Id { get; set; }

TaskRunCount

Filter on task run count.

Declaration
public long? TaskRunCount { get; set; }

OrderBy

Order by either use (fieldName:ASC) or (fieldName:DESC).

Declaration
public string OrderBy { get; set; }