Share via


CosmosEntityTypeExtensions.GetThroughput(IReadOnlyEntityType) メソッド

定義

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

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

パラメーター

entityType
IReadOnlyEntityType

エンティティの型。

戻り値

スループット。

適用対象