ContainerBuilder.CreateAsync(Nullable<Int32>) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Crée un conteneur avec la définition Fluent actuelle.
public System.Threading.Tasks.Task<Azure.Cosmos.ContainerResponse> CreateAsync (int? throughput = default);
member this.CreateAsync : Nullable<int> -> System.Threading.Tasks.Task<Azure.Cosmos.ContainerResponse>
Public Function CreateAsync (Optional throughput As Nullable(Of Integer) = Nothing) As Task(Of ContainerResponse)
Paramètres
Débit souhaité pour le conteneur exprimé en unités de requête par seconde.
Retours
Tâche asynchrone représentant la création d’un CosmosContainer basé sur la définition Fluent.
Remarques
https://docs.microsoft.com/azure/cosmos-db/request-units pour plus d’informations sur le débit d’approvisionnement.
S’applique à
Azure SDK for .NET