Redigera

Dela via


TableInfo.TimeToLive Property

Definition

Gets the time to live for table items.

public:
 property TimeSpan TimeToLive { TimeSpan get(); };
public TimeSpan TimeToLive { get; }
member this.TimeToLive : TimeSpan
Public ReadOnly Property TimeToLive As TimeSpan

Property Value

The default is null.

Remarks

If not specified, records will not expire. The minimum value is 1 second.

Applies to