Class that contains batch information necessary for slicing the data into multiple results, when servicing a
BatchedClientRequest.
Inheritance Hierarchy
Namespace:
Dundas.BI.Data.DataRetrieval
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public ref class BatchInfo
type BatchInfo = class end
The BatchInfo type exposes the following members.
Constructors
| Name | Description |
---|
| BatchInfo |
Initializes a new instance of the BatchInfo class.
|
TopProperties
| Name | Description |
---|
| Id |
Gets the batch ID.
|
| ParameterValues |
Gets the parameter values to be used in slicing the result for the current batch.
|
TopSee Also