CosmosDBMetricPrimaryAggregationType Struct

Definition

The primary aggregation type of the metric.

public readonly struct CosmosDBMetricPrimaryAggregationType : IEquatable<Azure.ResourceManager.CosmosDB.Models.CosmosDBMetricPrimaryAggregationType>
type CosmosDBMetricPrimaryAggregationType = struct
Public Structure CosmosDBMetricPrimaryAggregationType
Implements IEquatable(Of CosmosDBMetricPrimaryAggregationType)
Inheritance
CosmosDBMetricPrimaryAggregationType
Implements

Constructors

Name Description
CosmosDBMetricPrimaryAggregationType(String)

Initializes a new instance of CosmosDBMetricPrimaryAggregationType.

Properties

Name Description
Average

Gets the Average.

Last

Gets the Last.

Maximum

Gets the Maximum.

Minimum

Gets the Minimum.

None

Gets the None.

Total

Gets the Total.

Methods

Name Description
Equals(CosmosDBMetricPrimaryAggregationType)

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

Name Description
Equality(CosmosDBMetricPrimaryAggregationType, CosmosDBMetricPrimaryAggregationType)

Determines if two CosmosDBMetricPrimaryAggregationType values are the same.

Implicit(String to CosmosDBMetricPrimaryAggregationType)

Converts a string to a CosmosDBMetricPrimaryAggregationType.

Implicit(String to Nullable<CosmosDBMetricPrimaryAggregationType>)
Inequality(CosmosDBMetricPrimaryAggregationType, CosmosDBMetricPrimaryAggregationType)

Determines if two CosmosDBMetricPrimaryAggregationType values are not the same.

Applies to