Skip to main content

Class StateBulkTransactionInput

The StateBulkTransactionInput.

Assembly: Taskurai.dll
Declaration
public class StateBulkTransactionInput : StateBaseOptions

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

Properties

Operations

List of bulk transaction input.

Declaration
public IList<StateTransactionInput> Operations { get; set; }

MaxParallelism

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

Declaration
public int? MaxParallelism { get; set; }