CosmosEntityTypeExtensions.GetAnalyticalStoreTimeToLiveConfigurationSource Method

Definition

Gets the ConfigurationSource for the time to live for analytical store in seconds at container scope.

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

Parameters

entityType
IConventionEntityType

The entity typer.

Returns

The ConfigurationSource for the time to live for analytical store.

Applies to