Compartilhar via


MongoDBCollectionGetPropertiesOptions Construtores

Definição

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

throughput
Nullable<Int32>

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