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

模型本身。

傳回

輸送量。

適用於