| CqlConditionalCommandTEntitySetTTL Method  | 
            Sets the time for data in a column to expire (TTL) for INSERT and UPDATE commands.
            
 
Namespace: Cassandra.Data.LinqAssembly: Cassandra (in Cassandra.dll) Version: 3.6.0
Syntaxpublic CqlConditionalCommand<TEntity> SetTTL(
	int seconds
)
Parameters
- seconds
 - Type: SystemInt32
Amount of seconds. 
Return Value
Type: 
CqlConditionalCommandTEntityThis instance.
See Also