Click or drag to resize
IStatementOutgoingPayload Property
Gets custom payload for that will be included when executing this Statement.

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

Property Value

Type: IDictionaryString, Byte
See Also