Skip to main content

Class StepListHistoryOptions

The StepListHistoryOptions.

Assembly: Taskurai.dll
Declaration
public class StepListHistoryOptions

Properties

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; }