Click or drag to resize

DataSourceEnumerationQuerySetBatchSize Method

Set batch size to the existing query.

Namespace:  Casewhere.Runtime.DSL.Api
Assembly:  Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.8.1.0
Syntax
C#
public DataSourceEnumerationQuery SetBatchSize(
	int batchSize
)

Parameters

batchSize
Type: SystemInt32
Specifies the number of data objects to return in each batch

Return Value

Type: DataSourceEnumerationQuery
The current instance of the DataSourceEnumerationQuery type with its batch size data
See Also