Interface IWithDefaultTtl
- Namespace
- Microsoft.Azure.Management.CosmosDB.Fluent.SqlContainer.Update
- Assembly
- Microsoft.Azure.Management.CosmosDB.Fluent.dll
The stage of a SQL container update allowing to set default ttl.
public interface IWithDefaultTtl
Methods
WithDefaultTtl(int)
Specifies the default time to live.
IUpdate WithDefaultTtl(int ttl)
Parameters
ttl
intThe default time to live.
Returns
- IUpdate
The next stage of the update.
WithoutDefaultTtl()
Removes the default ttl.
IUpdate WithoutDefaultTtl()
Returns
- IUpdate
The next stage of the update.