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

模型。

返回

吞吐量。

适用于