CosmosEntityTypeExtensions.GetThroughput(IReadOnlyEntityType) Method

Definition

Returns the provisioned throughput at container scope.

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

Parameters

entityType
IReadOnlyEntityType

The entity type.

Returns

The throughput.

Applies to