Click or drag to resize
Infosoft Logo

DimapsProcessTransactionsParametersTransactionPartitionSize Property

Gets or sets the number of transactions that should be processed at a time. Higher value is faster but consumes more memory. If not given the default is decided by the job instance

Namespace: Infosoft.Common.Contracts.DataContracts.Scheduler.Parameters
Assembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax
public int? TransactionPartitionSize { get; set; }

Property Value

NullableInt32
See Also