TimeGranularity Struct

Definition

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