CosmosEntityTypeExtensions.GetAnalyticalStoreTimeToLive Method

Definition

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

public static int? GetAnalyticalStoreTimeToLive (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType entityType);
static member GetAnalyticalStoreTimeToLive : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType -> Nullable<int>
<Extension()>
Public Function GetAnalyticalStoreTimeToLive (entityType As IReadOnlyEntityType) As Nullable(Of Integer)

Parameters

entityType
IReadOnlyEntityType

The entity type.

Returns

The time to live.

Applies to