Share via


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

エンティティの型。

戻り値

生きる時間。

適用対象