BatchDataRegionStatisticsRequestData Class

The data contract object for requesting data region statistics through the IDataRetrievalService.RetrieveDataRegionStatisticsAsync method.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsBaseDataContract
    Dundas.BI.WebApi.ModelsBatchDataRegionStatisticsRequestData

Namespace:  Dundas.BI.WebApi.Models
Assembly:  Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
[DataContractAttribute]
public class BatchDataRegionStatisticsRequestData : BaseDataContract

The BatchDataRegionStatisticsRequestData type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyDataRegions
Gets the data regions.
Public propertyRequest
Gets or sets the client request.
Public propertyUIClassName
Gets or sets the name of the UI class (used for auto de-serialization).
(Inherited from BaseDataContract.)
Top
See Also