PrimaryAggregationType Classe
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Define valores para PrimaryAggregationType.
[Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.ResourceManager.Fluent.Core.ExpandableStringEnumConverter<Microsoft.Azure.Management.CosmosDB.Fluent.Models.PrimaryAggregationType>))]
public class PrimaryAggregationType : Microsoft.Azure.Management.ResourceManager.Fluent.Core.ExpandableStringEnum<Microsoft.Azure.Management.CosmosDB.Fluent.Models.PrimaryAggregationType>
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.ResourceManager.Fluent.Core.ExpandableStringEnumConverter<Microsoft.Azure.Management.CosmosDB.Fluent.Models.PrimaryAggregationType>))>]
type PrimaryAggregationType = class
inherit ExpandableStringEnum<PrimaryAggregationType>
Public Class PrimaryAggregationType
Inherits ExpandableStringEnum(Of PrimaryAggregationType)
- Herança
- Atributos
-
Newtonsoft.Json.JsonConverterAttribute
Construtores
PrimaryAggregationType() |
Define valores para PrimaryAggregationType. |
Campos
Average |
Define valores para PrimaryAggregationType. |
Last |
Define valores para PrimaryAggregationType. |
Maximum |
Define valores para PrimaryAggregationType. |
Minimum |
Define valores para PrimaryAggregationType. |
None |
Define valores para PrimaryAggregationType. |
Total |
Define valores para PrimaryAggregationType. |
Propriedades
Value |
Define valores para PrimaryAggregationType. (Herdado de ExpandableStringEnum<T>) |
Métodos
Equals(Object) |
Define valores para PrimaryAggregationType. (Herdado de ExpandableStringEnum<T>) |
Equals(String) |
Define valores para PrimaryAggregationType. (Herdado de ExpandableStringEnum<T>) |
GetHashCode() |
Define valores para PrimaryAggregationType. (Herdado de ExpandableStringEnum<T>) |
ToString() |
Define valores para PrimaryAggregationType. (Herdado de ExpandableStringEnum<T>) |
Aplica-se a
Azure SDK for .NET