DataFeedGranularityType Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
granularity of the time series.
public readonly struct DataFeedGranularityType : IEquatable<Azure.AI.MetricsAdvisor.Models.DataFeedGranularityType>
type DataFeedGranularityType = struct
Public Structure DataFeedGranularityType
Implements IEquatable(Of DataFeedGranularityType)
- Inheritance
-
DataFeedGranularityType
- Implements
Constructors
DataFeedGranularityType(String) |
Determines if two DataFeedGranularityType values are the same. |
Properties
Custom |
Ingestion happens in a customized interval. Period can be set with CustomGranularityValue. |
Daily |
Ingestion happens once a day. |
Hourly |
Ingestion happens once an hour. |
Monthly |
Ingestion happens once a month. |
PerMinute |
Ingestion happens once a minute. |
Weekly |
Ingestion happens once a week. |
Yearly |
Ingestion happens once a year. |
Methods
Equals(DataFeedGranularityType) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(DataFeedGranularityType, DataFeedGranularityType) |
Determines if two DataFeedGranularityType values are the same. |
Implicit(String to DataFeedGranularityType) |
Converts a string to a DataFeedGranularityType. |
Inequality(DataFeedGranularityType, DataFeedGranularityType) |
Determines if two DataFeedGranularityType values are not the same. |
Applies to
Azure SDK for .NET