CosmosEntityTypeExtensions.GetAnalyticalStoreTimeToLive Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Feedback
Submit and view feedback for