Click or drag to resize
QueryTraceParameters Property
The parameters attached to this trace.

Namespace: Cassandra
Assembly: Cassandra (in Cassandra.dll) Version: 3.0.9 (git 5ca22bb)
Syntax
C#
public IDictionary<string, string> Parameters { get; }

Return Value

Type: IDictionaryString, String
The parameters attached to this trace. This method returns null if the coordinator is not yet available.
See Also