public static interface DataAggregation.Builder extends SdkPojo, CopyableBuilder<DataAggregation.Builder,DataAggregation>
| Modifier and Type | Method and Description |
|---|---|
DataAggregation.Builder |
datasetRowDateGranularity(String datasetRowDateGranularity)
The level of time precision that is used to aggregate
DateTime values. |
DataAggregation.Builder |
datasetRowDateGranularity(TopicTimeGranularity datasetRowDateGranularity)
The level of time precision that is used to aggregate
DateTime values. |
DataAggregation.Builder |
defaultDateColumnName(String defaultDateColumnName)
The column name for the default date.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDataAggregation.Builder datasetRowDateGranularity(String datasetRowDateGranularity)
The level of time precision that is used to aggregate DateTime values.
datasetRowDateGranularity - The level of time precision that is used to aggregate DateTime values.TopicTimeGranularity,
TopicTimeGranularityDataAggregation.Builder datasetRowDateGranularity(TopicTimeGranularity datasetRowDateGranularity)
The level of time precision that is used to aggregate DateTime values.
datasetRowDateGranularity - The level of time precision that is used to aggregate DateTime values.TopicTimeGranularity,
TopicTimeGranularityDataAggregation.Builder defaultDateColumnName(String defaultDateColumnName)
The column name for the default date.
defaultDateColumnName - The column name for the default date.Copyright © 2023. All rights reserved.