TableInfo.TimeToLive Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.