CosmosEntityTypeExtensions.GetAnalyticalStoreTimeToLive 方法

定義

傳回容器範圍內的分析存放區存留時間,以秒為單位。

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)

參數

entityType
IReadOnlyEntityType

實體類型。

傳回

存留時間。

適用於