CosmosEntityTypeExtensions.SetAnalyticalStoreTimeToLive 方法

定義

多載

SetAnalyticalStoreTimeToLive(IMutableEntityType, Nullable<Int32>)

設定容器範圍分析存放區存留時間,以秒為單位。

SetAnalyticalStoreTimeToLive(IConventionEntityType, Nullable<Int32>, Boolean)

設定容器範圍分析存放區存留時間,以秒為單位。

SetAnalyticalStoreTimeToLive(IMutableEntityType, Nullable<Int32>)

設定容器範圍分析存放區存留時間,以秒為單位。

public static void SetAnalyticalStoreTimeToLive (this Microsoft.EntityFrameworkCore.Metadata.IMutableEntityType entityType, int? seconds);
static member SetAnalyticalStoreTimeToLive : Microsoft.EntityFrameworkCore.Metadata.IMutableEntityType * Nullable<int> -> unit
<Extension()>
Public Sub SetAnalyticalStoreTimeToLive (entityType As IMutableEntityType, seconds As Nullable(Of Integer))

參數

entityType
IMutableEntityType

實體類型。

seconds
Nullable<Int32>

要設定的存留時間。

適用於

SetAnalyticalStoreTimeToLive(IConventionEntityType, Nullable<Int32>, Boolean)

設定容器範圍分析存放區存留時間,以秒為單位。

public static void SetAnalyticalStoreTimeToLive (this Microsoft.EntityFrameworkCore.Metadata.IConventionEntityType entityType, int? seconds, bool fromDataAnnotation = false);
public static int? SetAnalyticalStoreTimeToLive (this Microsoft.EntityFrameworkCore.Metadata.IConventionEntityType entityType, int? seconds, bool fromDataAnnotation = false);
static member SetAnalyticalStoreTimeToLive : Microsoft.EntityFrameworkCore.Metadata.IConventionEntityType * Nullable<int> * bool -> unit
static member SetAnalyticalStoreTimeToLive : Microsoft.EntityFrameworkCore.Metadata.IConventionEntityType * Nullable<int> * bool -> Nullable<int>
<Extension()>
Public Sub SetAnalyticalStoreTimeToLive (entityType As IConventionEntityType, seconds As Nullable(Of Integer), Optional fromDataAnnotation As Boolean = false)
<Extension()>
Public Function SetAnalyticalStoreTimeToLive (entityType As IConventionEntityType, seconds As Nullable(Of Integer), Optional fromDataAnnotation As Boolean = false) As Nullable(Of Integer)

參數

entityType
IConventionEntityType

實體類型。

seconds
Nullable<Int32>

要設定的存留時間。

fromDataAnnotation
Boolean

指出是否使用資料批註來指定組態。

傳回

適用於