次の方法で共有


CosmosEntityTypeExtensions.GetDefaultTimeToLive(IReadOnlyEntityType) メソッド

定義

コンテナー スコープでの既定の有効期間を秒単位で返します。

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

パラメーター

entityType
IReadOnlyEntityType

エンティティの型。

戻り値

生きる時間。

適用対象