IndexInfoTimeToLive Property |
Gets the time to live value (or TimeSpan.MaxValue if index doesn't have a time to live value).
Namespace: MongoDB.DriverAssembly: MongoDB.Driver.Legacy (in MongoDB.Driver.Legacy.dll) Version: 2.3.0
Syntax public TimeSpan TimeToLive { get; }
Public ReadOnly Property TimeToLive As TimeSpan
Get
member TimeToLive : TimeSpan with get
Property Value
Type:
TimeSpanSee Also