|
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.ParametersAssembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax public int? TransactionPartitionSize { get; set; }
No code example is currently available or this language may not be supported.
Property Value
NullableInt32See Also