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; }
Offset
Start at position to enumerate state (default = 0).
Declaration
public int? Offset { get; set; }
Limit
Limit number of items returned (default = 10, maximum = 100).
Declaration
public int? Limit { get; set; }
MaxParallelism
Maximum number of blob state operations at once (max 10).
Declaration
public int? MaxParallelism { get; set; }