Aggregate |
public sealed class AggregateConfiguration : IMessage<AggregateConfiguration>, IMessage, IEquatable<AggregateConfiguration>, IDeepCloneable<AggregateConfiguration>, IBufferMessage
The AggregateConfiguration type exposes the following members.
| Name | Description | |
|---|---|---|
| AggregateConfiguration | Initializes a new instance of the AggregateConfiguration class | |
| AggregateConfiguration(AggregateConfiguration) | Initializes a new instance of the AggregateConfiguration class |
| Name | Description | |
|---|---|---|
| Descriptor | ||
| Parser | ||
| PercentDataBad | The threshold for determining if the aggregate was bad. | |
| PercentDataGood | The threshold for determining if the aggregate was good. | |
| TreatUncertainAsBad | Whether or not data with a quality of uncertain should be treated the same as data with a quality of bad. | |
| UseSlopedExtrapolation | Whether to use sloped extrapolation to get data. |
| Name | Description | |
|---|---|---|
| CalculateSize | ||
| Clone | ||
| Equals(AggregateConfiguration) | ||
| Equals(Object) | (Overrides ObjectEquals(Object)) | |
| GetHashCode | (Overrides ObjectGetHashCode) | |
| MergeFrom(AggregateConfiguration) | ||
| MergeFrom(CodedInputStream) | ||
| ToString | (Overrides ObjectToString) | |
| WriteTo |
| Name | Description | |
|---|---|---|
| PercentDataBadFieldNumber | Field number for the "percent_data_bad" field. | |
| PercentDataGoodFieldNumber | Field number for the "percent_data_good" field. | |
| TreatUncertainAsBadFieldNumber | Field number for the "treat_uncertain_as_bad" field. | |
| UseSlopedExtrapolationFieldNumber | Field number for the "use_sloped_extrapolation" field. |