Click or drag to resize
CqlCommandSetTTL Method
Sets the time for data in a column to expire (TTL) for INSERT and UPDATE commands .

Namespace: Cassandra.Data.Linq
Assembly: Cassandra (in Cassandra.dll) Version: 3.0.9 (git 5ca22bb)
Syntax
C#
public CqlCommand SetTTL(
	int seconds
)

Parameters

seconds
Type: SystemInt32
Amount of seconds

Return Value

Type: CqlCommand
See Also