All Products
Search
Document Center

Tablestore:SQLPayloadVersion

Last Updated:May 31, 2024

SQLPayloadVersion specifies the encoding format of the data returned after you call the SQLQuery operation.

Enumeration value list

  • SQL_PLAIN_BUFFER: PlainBuffer encoding

  • SQL_FLAT_BUFFERS: FlatBuffers encoding

enum SQLPayloadVersion {
    SQL_PLAIN_BUFFER = 1;
    SQL_FLAT_BUFFERS = 2;
}

Related operations

SQLQuery