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

实体类型。

返回

吞吐量。

适用于