次の方法で共有


ContainerBuilder.CreateIfNotExistsAsync(Nullable<Int32>) メソッド

定義

現在の fluent 定義が存在しない場合は、コンテナーを作成します。

public System.Threading.Tasks.Task<Azure.Cosmos.ContainerResponse> CreateIfNotExistsAsync(int? throughput = default);
member this.CreateIfNotExistsAsync : Nullable<int> -> System.Threading.Tasks.Task<Azure.Cosmos.ContainerResponse>
Public Function CreateIfNotExistsAsync (Optional throughput As Nullable(Of Integer) = Nothing) As Task(Of ContainerResponse)

パラメーター

throughput
Nullable<Int32>

1 秒あたりの要求ユニット数で表されるコンテナーの目的のスループット。

戻り値

Fluent 定義に基づく の作成を CosmosContainer 表す非同期タスク。

注釈

https://docs.microsoft.com/azure/cosmos-db/request-units プロビジョニングスループットの詳細については、次を参照してください。

適用対象