MongoDBCollectionGetPropertiesOptions Construtores
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.
Sobrecargas
MongoDBCollectionGetPropertiesOptions() |
Inicializa uma nova instância da classe MongoDBCollectionGetPropertiesOptions. |
MongoDBCollectionGetPropertiesOptions(Nullable<Int32>, AutoscaleSettings) |
Inicializa uma nova instância da classe MongoDBCollectionGetPropertiesOptions. |
MongoDBCollectionGetPropertiesOptions()
Inicializa uma nova instância da classe MongoDBCollectionGetPropertiesOptions.
public MongoDBCollectionGetPropertiesOptions ();
Public Sub New ()
Aplica-se a
MongoDBCollectionGetPropertiesOptions(Nullable<Int32>, AutoscaleSettings)
Inicializa uma nova instância da classe MongoDBCollectionGetPropertiesOptions.
public MongoDBCollectionGetPropertiesOptions (int? throughput = default, Microsoft.Azure.Management.CosmosDB.Models.AutoscaleSettings autoscaleSettings = default);
new Microsoft.Azure.Management.CosmosDB.Models.MongoDBCollectionGetPropertiesOptions : Nullable<int> * Microsoft.Azure.Management.CosmosDB.Models.AutoscaleSettings -> Microsoft.Azure.Management.CosmosDB.Models.MongoDBCollectionGetPropertiesOptions
Public Sub New (Optional throughput As Nullable(Of Integer) = Nothing, Optional autoscaleSettings As AutoscaleSettings = Nothing)
Parâmetros
Valor da taxa de transferência do recurso do Cosmos DB ou dimensionamento automáticoConfigurações. Use o recurso ThroughputSetting ao recuperar detalhes da oferta.
- autoscaleSettings
- AutoscaleSettings
Especifica as configurações de Dimensionamento automático.
Aplica-se a
Azure SDK for .NET