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

實體類型。

傳回

輸送量。

適用於