CosmosEntityTypeExtensions.GetThroughputConfigurationSource Method

Definition

Gets the ConfigurationSource for the provisioned throughput at container scope.

public static Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource? GetThroughputConfigurationSource (this Microsoft.EntityFrameworkCore.Metadata.IConventionEntityType entityType);
static member GetThroughputConfigurationSource : Microsoft.EntityFrameworkCore.Metadata.IConventionEntityType -> Nullable<Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource>
<Extension()>
Public Function GetThroughputConfigurationSource (entityType As IConventionEntityType) As Nullable(Of ConfigurationSource)

Parameters

entityType
IConventionEntityType

The entity type to find configuration source for.

Returns

The ConfigurationSource for the throughput.

Applies to