TimeGranularity 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.
public readonly struct TimeGranularity : IEquatable<Azure.AI.AnomalyDetector.TimeGranularity>
type TimeGranularity = struct
Public Structure TimeGranularity
Implements IEquatable(Of TimeGranularity)
- Inheritance
-
TimeGranularity
- Implements
Constructors
TimeGranularity(String) |
Initializes a new instance of TimeGranularity. |
Properties
Daily |
daily. |
Hourly |
hourly. |
Microsecond |
microsecond. |
Monthly |
monthly. |
None |
none. |
PerMinute |
minutely. |
PerSecond |
secondly. |
Weekly |
weekly. |
Yearly |
yearly. |
Methods
Equals(TimeGranularity) |
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(TimeGranularity, TimeGranularity) |
Determines if two TimeGranularity values are the same. |
Implicit(String to TimeGranularity) |
Converts a string to a TimeGranularity. |
Inequality(TimeGranularity, TimeGranularity) |
Determines if two TimeGranularity values are not the same. |
Applies to
Azure SDK for .NET