Share via


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

CosmosDBMetricPrimaryAggregationType(String)

Initializes a new instance of CosmosDBMetricPrimaryAggregationType.

Properties

Average

Average.

Last

Last.

Maximum

Maximum.

Minimum

Minimum.

None

None.

Total

Total.

Methods

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

Equality(CosmosDBMetricPrimaryAggregationType, CosmosDBMetricPrimaryAggregationType)

Determines if two CosmosDBMetricPrimaryAggregationType values are the same.

Implicit(String to CosmosDBMetricPrimaryAggregationType)

Converts a string to a CosmosDBMetricPrimaryAggregationType.

Inequality(CosmosDBMetricPrimaryAggregationType, CosmosDBMetricPrimaryAggregationType)

Determines if two CosmosDBMetricPrimaryAggregationType values are not the same.

Applies to