Click or drag to resize
ExecutionInfoIncomingPayload Property
Returns the incoming custom payload set by the server with its response, or null if the server have not include any custom payload.

This feature is only available for Cassandra 2.2 or above; with lower versions, this property always returns null.

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

Property Value

Type: IDictionaryString, Byte
See Also