GetRecordsByColumnRequest |
GetRecordsByColumnRequest.setColumnNames(List<String> columnNames) |
The list of column values to retrieve.
|
GetRecordsByColumnRequest |
GetRecordsByColumnRequest.setEncoding(String encoding) |
Specifies the encoding for returned records; either BINARY or JSON.
|
GetRecordsByColumnRequest |
GetRecordsByColumnRequest.setLimit(long limit) |
A positive integer indicating the maximum number of results to be
returned, or END_OF_SET (-9999) to indicate that the maximum number of
results allowed by the server should be returned.
|
GetRecordsByColumnRequest |
GetRecordsByColumnRequest.setOffset(long offset) |
A positive integer indicating the number of initial results to skip
(this can be useful for paging through the results).
|
GetRecordsByColumnRequest |
GetRecordsByColumnRequest.setOptions(Map<String,String> options) |
EXPRESSION: Optional filter
expression to apply to the table.
|
GetRecordsByColumnRequest |
GetRecordsByColumnRequest.setTableName(String tableName) |
Name of the table or view on which this operation will be performed, in
[schema_name.]table_name format, using standard name resolution rules.
|