PreparedStatementIncomingPayload Property |
Gets the the incoming payload, that is, the payload that the server
sent back with its prepared response, or null if the server did not include any custom payload.
Namespace: CassandraAssembly: Cassandra (in Cassandra.dll) Version: 3.0.9 (git 5ca22bb)
Syntax public IDictionary<string, byte[]> IncomingPayload { get; }
Property Value
Type:
IDictionaryString,
ByteSee Also