PollingConditionData Class | 
Namespace: Dundas.BI.WebApi.Models
The PollingConditionData type exposes the following members.
| Name | Description | |
|---|---|---|
| PollingConditionData | 
            Initializes a new instance of the PollingConditionData class.
              | 
| Name | Description | |
|---|---|---|
| PreviousPollsCount | 
            Gets or sets the total number of previous polls to analyze.
              | |
| PreviousPollsInterval | 
            Gets or sets the previous polls to analyze, by taking only those sampled in the specified time interval.
              | |
| RequiredNumber | 
            Gets or sets the number of previous polls required by the DataDrivenCondition.
              | |
| RequiredPercentage | 
            Gets or sets the percentage of previous polls required by the DataDrivenCondition.
              | |
| UIClassName | 
            Gets or sets the name of the UI class (used for auto de-serialization).
              (Inherited from BaseDataContract.) | 
| Name | Description | |
|---|---|---|
| FromDataContractMappings | 
            The mapping between PollingConditionData and PollingCondition.
              | |
| ToDataContractMappings | 
            The mapping between PollingCondition and PollingConditionData.
              |