Redigera

Dela via


TableOptions.TimeToLive Property

Definition

Gets or sets the time to live for table items.

public:
 property TimeSpan TimeToLive { TimeSpan get(); void set(TimeSpan value); };
public TimeSpan TimeToLive { get; set; }
member this.TimeToLive : TimeSpan with get, set
Public Property TimeToLive As TimeSpan

Property Value

Remarks

Default is null. If not specified, records will not expire. 1s is the minimum value.

Applies to