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
Samarbeid med oss på GitHub
Du finner kilden for dette innholdet på GitHub. Der du også kan opprette og se gjennom problemer og pull-forespørsler. Hvis du vil ha mer informasjon, kan du se vår bidragsyterveiledning.