Skip to main content

Class StateListInput

The StateListInput.

Assembly: Taskurai.dll
Declaration
public class StateListInput : StateBaseOptions

Inheritance: System.Object -> Taskurai.Models.StateBaseOptions

Properties

IdPrefix

Filter on id prefix.

Declaration
public string IdPrefix { get; set; }

Tags

Filter on state tags.

Declaration
public IDictionary<string, string> Tags { get; set; }

ExternalAccountId

Filter on account id.

Declaration
public string ExternalAccountId { get; set; }

ExternalUserId

Filter on user id.

Declaration
public string ExternalUserId { 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; }

OrderBy

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

Declaration
public string OrderBy { get; set; }

MaxParallelism

Maximum number of blob state operations at once (max 10).

Declaration
public int? MaxParallelism { get; set; }