DataFeedSchema Class
- java.
lang. Object - com.
azure. ai. metricsadvisor. administration. models. DataFeedSchema
- com.
public final class DataFeedSchema
The DataFeedSchema model.
Constructor Summary
| Constructor | Description |
|---|---|
| DataFeedSchema(List<DataFeedMetric> dataFeedMetrics) |
Creates a new instance of Data |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
List<Data |
getDimensions()
Get the dimension list. |
|
List<Data |
getMetrics()
Get the related data |
| String |
getTimestampColumn()
Get the user-defined timestamp column. |
|
Data |
setDimensions(List<DataFeedDimension> dimensions)
Sets the dimension columns value. |
|
Data |
setTimestampColumn(String timestampColumnName)
Set the user-defined timestamp column. |
Methods inherited from java.lang.Object
Constructor Details
DataFeedSchema
public DataFeedSchema(List<DataFeedMetric> dataFeedMetrics)
Creates a new instance of DataFeedSchema.
Parameters:
Method Details
getDimensions
public List<DataFeedDimension> getDimensions()
Get the dimension list.
Returns:
getMetrics
public List<DataFeedMetric> getMetrics()
Get the related dataFeedMetrics list.
Returns:
getTimestampColumn
public String getTimestampColumn()
Get the user-defined timestamp column. if timestampColumn is null, start time of every time slice will be used as default value.
Returns:
setDimensions
public DataFeedSchema setDimensions(List<DataFeedDimension> dimensions)
Sets the dimension columns value.
Parameters:
Returns:
setTimestampColumn
public DataFeedSchema setTimestampColumn(String timestampColumnName)
Set the user-defined timestamp column. if timestampColumn is null, start time of every time slice will be used as default value.
Parameters:
Returns: