Freigeben über


MongoDBCollectionGetPropertiesOptions Konstruktoren

Definition

Überlädt

MongoDBCollectionGetPropertiesOptions()

Initialisiert eine neue instance der MongoDBCollectionGetPropertiesOptions-Klasse.

MongoDBCollectionGetPropertiesOptions(Nullable<Int32>, AutoscaleSettings)

Initialisiert eine neue instance der MongoDBCollectionGetPropertiesOptions-Klasse.

MongoDBCollectionGetPropertiesOptions()

Initialisiert eine neue instance der MongoDBCollectionGetPropertiesOptions-Klasse.

public MongoDBCollectionGetPropertiesOptions ();
Public Sub New ()

Gilt für:

MongoDBCollectionGetPropertiesOptions(Nullable<Int32>, AutoscaleSettings)

Initialisiert eine neue instance der MongoDBCollectionGetPropertiesOptions-Klasse.

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)

Parameter

throughput
Nullable<Int32>

Wert des Cosmos DB-Ressourcendurchsatzes oder autoscaleSettings. Verwenden Sie die Ressource ThroughputSetting beim Abrufen von Angebotsdetails.

autoscaleSettings
AutoscaleSettings

Gibt die Einstellungen für die automatische Skalierung an.

Gilt für: