Click or drag to resize
QueryTraceStartedAt Property
The server side timestamp of the start of this query.

Namespace: Cassandra
Assembly: Cassandra (in Cassandra.dll) Version: 3.0.9 (git 5ca22bb)
Syntax
C#
public long StartedAt { get; }

Return Value

Type: Int64
The server side timestamp of the start of this query. This method returns 0 if the start timestamp is not available.
See Also