DataSourceEnumerationQuerySetBatchSize Method
|
Set batch size to the existing query.
Namespace: Casewhere.Runtime.DSL.ApiAssembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.8.5.0
Syntaxpublic DataSourceEnumerationQuery SetBatchSize(
int batchSize
)
Parameters
- batchSize Int32
- Specifies the number of data objects to return in each batch
Return Value
DataSourceEnumerationQueryThe current instance of the DataSourceEnumerationQuery type with its batch size data
See Also