IItemWithTimeToLive
An implementation of IItem with the additional property 'TimeToLive'.
Namespace: Microsoft.Azure.CosmosRepository
Kind: interface
An implementation of IItem with the additional property “TimeToLive”.
public interface IItemWithTimeToLive : IItemExample
Members
Property
IItemWithTimeToLive.TimeToLive
The time an item should exist within the container.
When setting this to a positive integer this requires the default TTL at container level to be set to a non-null value.
TimeSpan? TimeToLive { get; set; }Returns — TimeSpan}