Compartir a través de


CosmosEntityTypeExtensions.GetThroughput(IReadOnlyEntityType) Método

Definición

Devuelve el rendimiento aprovisionado en el ámbito del contenedor.

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

El tipo de entidad.

Devoluciones

Rendimiento.

Se aplica a