Share via


CosmosEntityTypeExtensions.GetThroughput(IReadOnlyEntityType) Método

Definição

Retorna a taxa de transferência provisionada no escopo do contêiner.

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

Parâmetros

entityType
IReadOnlyEntityType

O tipo de entidade.

Retornos

A taxa de transferência.

Aplica-se a