DataFeed Class
- java.
lang. Object - com.
azure. ai. metricsadvisor. administration. models. DataFeed
- com.
public final class DataFeed
The Data feed metadata model.
Constructor Summary
Constructor | Description |
---|---|
DataFeed() |
Create a new instance of Data |
Method Summary
Modifier and Type | Method and Description |
---|---|
Offset |
getCreatedTime()
Get the data feed created time. |
String |
getCreator()
Get the data feed creator. |
Data |
getGranularity()
Get the granularity properties of the time series. |
String |
getId()
Get the data feed unique id. |
Data |
getIngestionSettings()
Get the data feed ingestion properties of the time series. |
Map<String,String> |
getMetricIds()
Get the list of associated metrics Ids. |
String |
getName()
Get the data feed name. |
Data |
getOptions()
Get the data feed metadata properties. |
Data |
getSchema()
Get the data feed schema properties. |
Data |
getSource()
Get the data feed source. |
Data |
getSourceType()
Get the data feed source type. |
Data |
getStatus()
Get the data feed status. |
boolean |
isAdmin()
Get if the data feed the query user is one of data feed administrator or not. |
Data |
setGranularity(DataFeedGranularity granularity)
Set the data feed granularity settings for the time series. |
Data |
setIngestionSettings(DataFeedIngestionSettings dataFeedIngestionSettings)
Set the data feed ingestion settings. |
Data |
setName(String dataFeedName)
Set the data feed name. |
Data |
setOptions(DataFeedOptions dataFeedOptions)
Set the data feed metadata properties. |
Data |
setSchema(DataFeedSchema dataFeedSchema)
Set the data feed schema properties. |
Data |
setSource(DataFeedSource dataFeedSource)
Set the data feed source. |
Methods inherited from java.lang.Object
Constructor Details
DataFeed
public DataFeed()
Create a new instance of DataFeed.
Method Details
getCreatedTime
public OffsetDateTime getCreatedTime()
Get the data feed created time.
Returns:
getCreator
public String getCreator()
Get the data feed creator.
Returns:
getGranularity
public DataFeedGranularity getGranularity()
Get the granularity properties of the time series.
Returns:
getId
public String getId()
Get the data feed unique id.
Returns:
getIngestionSettings
public DataFeedIngestionSettings getIngestionSettings()
Get the data feed ingestion properties of the time series.
Returns:
getMetricIds
public Map
Get the list of associated metrics Ids.
Returns:
getName
public String getName()
Get the data feed name.
Returns:
getOptions
public DataFeedOptions getOptions()
Get the data feed metadata properties.
Returns:
getSchema
public DataFeedSchema getSchema()
Get the data feed schema properties.
Returns:
getSource
public DataFeedSource getSource()
Get the data feed source.
Returns:
getSourceType
public DataFeedSourceType getSourceType()
Get the data feed source type.
Returns:
getStatus
public DataFeedStatus getStatus()
Get the data feed status.
Returns:
isAdmin
public boolean isAdmin()
Get if the data feed the query user is one of data feed administrator or not.
Returns:
setGranularity
public DataFeed setGranularity(DataFeedGranularity granularity)
Set the data feed granularity settings for the time series.
Parameters:
Returns:
setIngestionSettings
public DataFeed setIngestionSettings(DataFeedIngestionSettings dataFeedIngestionSettings)
Set the data feed ingestion settings.
Parameters:
Returns:
setName
public DataFeed setName(String dataFeedName)
Set the data feed name.
Parameters:
Returns:
setOptions
public DataFeed setOptions(DataFeedOptions dataFeedOptions)
Set the data feed metadata properties.
Parameters:
Returns:
setSchema
public DataFeed setSchema(DataFeedSchema dataFeedSchema)
Set the data feed schema properties.
Parameters:
Returns:
setSource
public DataFeed setSource(DataFeedSource dataFeedSource)
Set the data feed source.
Parameters:
Returns:
Applies to
Azure SDK for Java