RawGetRecordsFromCollectionResponse |
RawGetRecordsFromCollectionResponse.setInfo(Map<String,String> info) |
Additional information.
|
RawGetRecordsFromCollectionResponse |
RawGetRecordsFromCollectionResponse.setRecordIds(List<String> recordIds) |
If the 'return_record_ids' option of the request was 'true', then this
list contains the internal ID for each object.
|
RawGetRecordsFromCollectionResponse |
RawGetRecordsFromCollectionResponse.setRecordsBinary(List<ByteBuffer> recordsBinary) |
If the encoding parameter of the request was 'binary' then this list
contains the binary encoded records retrieved from the table/collection.
|
RawGetRecordsFromCollectionResponse |
RawGetRecordsFromCollectionResponse.setRecordsJson(List<String> recordsJson) |
If the encoding parameter of the request was 'json', then this list
contains the JSON encoded records retrieved from the table/collection.
|
RawGetRecordsFromCollectionResponse |
RawGetRecordsFromCollectionResponse.setTableName(String tableName) |
|
RawGetRecordsFromCollectionResponse |
RawGetRecordsFromCollectionResponse.setTypeNames(List<String> typeNames) |
|