CosmosDBMetricPrimaryAggregationType Struktur
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Der primäre Aggregationstyp der Metrik.
public readonly struct CosmosDBMetricPrimaryAggregationType : IEquatable<Azure.ResourceManager.CosmosDB.Models.CosmosDBMetricPrimaryAggregationType>
type CosmosDBMetricPrimaryAggregationType = struct
Public Structure CosmosDBMetricPrimaryAggregationType
Implements IEquatable(Of CosmosDBMetricPrimaryAggregationType)
- Vererbung
-
CosmosDBMetricPrimaryAggregationType
- Implementiert
Konstruktoren
CosmosDBMetricPrimaryAggregationType(String) |
Initialisiert eine neue Instanz von CosmosDBMetricPrimaryAggregationType. |
Eigenschaften
Average |
Average. |
Last |
Letzter. |
Maximum |
Maximale. |
Minimum |
Minimale. |
None |
Keine. |
Total |
Gesamt. |
Methoden
Equals(CosmosDBMetricPrimaryAggregationType) |
Gibt an, ob das aktuelle Objekt gleich einem anderen Objekt des gleichen Typs ist. |
ToString() |
Gibt den voll qualifizierten Typnamen dieser Instanz zurück. |
Operatoren
Equality(CosmosDBMetricPrimaryAggregationType, CosmosDBMetricPrimaryAggregationType) |
Bestimmt, ob zwei CosmosDBMetricPrimaryAggregationType Werte gleich sind. |
Implicit(String to CosmosDBMetricPrimaryAggregationType) |
Konvertiert eine Zeichenfolge in eine CosmosDBMetricPrimaryAggregationType. |
Inequality(CosmosDBMetricPrimaryAggregationType, CosmosDBMetricPrimaryAggregationType) |
Bestimmt, ob zwei CosmosDBMetricPrimaryAggregationType Werte nicht identisch sind. |
Gilt für:
Azure SDK for .NET