DataStax C# Driver for Apache Cassandra
DataStax C# Driver for Apache Cassandra
Namespaces
Cassandra
PreparedStatement Class
PreparedStatement Properties
ConsistencyLevel Property
IncomingPayload Property
IsIdempotent Property
OutgoingPayload Property
RoutingIndexes Property
RoutingKey Property
Variables Property
PreparedStatement
IncomingPayload 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:
Cassandra
Assembly:
Cassandra (in Cassandra.dll) Version: 3.13.0
Syntax
C#
Copy
public
IDictionary
<
string
,
byte
[]>
IncomingPayload
{
get
; }
Property Value
Type:
IDictionary
String
,
Byte
See Also
Reference
PreparedStatement Class
Cassandra Namespace
DataStax C# Driver for Apache Cassandra User Mailing List
© 2019 DataStax, All rights reserved.