次の方法で共有


CosmosModelExtensions.GetThroughput(IReadOnlyModel) メソッド

定義

データベース スコープでプロビジョニングされたスループットを返します。

public static Microsoft.Azure.Cosmos.ThroughputProperties? GetThroughput (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyModel model);
static member GetThroughput : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyModel -> Microsoft.Azure.Cosmos.ThroughputProperties
<Extension()>
Public Function GetThroughput (model As IReadOnlyModel) As ThroughputProperties

パラメーター

model
IReadOnlyModel

モデル。

戻り値

スループット。

適用対象