CosmosDBMetricPrimaryAggregationType 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.
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 |
Average. |
| Last |
Last. |
| Maximum |
Maximum. |
| Minimum |
Minimum. |
| None |
None. |
| Total |
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. |
| Inequality(CosmosDBMetricPrimaryAggregationType, CosmosDBMetricPrimaryAggregationType) |
Determines if two CosmosDBMetricPrimaryAggregationType values are not the same. |