public static interface OtsInternalApi.BulkExportRequestOrBuilder
extends com.aliyun.ots.thirdparty.com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getColumnsToGet(int index)
repeated string columns_to_get = 2; |
com.aliyun.ots.thirdparty.com.google.protobuf.ByteString |
getColumnsToGetBytes(int index)
repeated string columns_to_get = 2; |
int |
getColumnsToGetCount()
repeated string columns_to_get = 2; |
List<String> |
getColumnsToGetList()
repeated string columns_to_get = 2; |
OtsInternalApi.DataBlockType |
getDataBlockTypeHint()
optional .com.alicloud.openservices.tablestore.core.protocol.DataBlockType data_block_type_hint = 6 [default = DBT_SIMPLE_ROW_MATRIX]; |
com.aliyun.ots.thirdparty.com.google.protobuf.ByteString |
getExclusiveEndPrimaryKey()
required bytes exclusive_end_primary_key = 4; |
com.aliyun.ots.thirdparty.com.google.protobuf.ByteString |
getFilter()
optional bytes filter = 5; |
com.aliyun.ots.thirdparty.com.google.protobuf.ByteString |
getInclusiveStartPrimaryKey()
required bytes inclusive_start_primary_key = 3; |
String |
getTableName()
required string table_name = 1; |
com.aliyun.ots.thirdparty.com.google.protobuf.ByteString |
getTableNameBytes()
required string table_name = 1; |
boolean |
hasDataBlockTypeHint()
optional .com.alicloud.openservices.tablestore.core.protocol.DataBlockType data_block_type_hint = 6 [default = DBT_SIMPLE_ROW_MATRIX]; |
boolean |
hasExclusiveEndPrimaryKey()
required bytes exclusive_end_primary_key = 4; |
boolean |
hasFilter()
optional bytes filter = 5; |
boolean |
hasInclusiveStartPrimaryKey()
required bytes inclusive_start_primary_key = 3; |
boolean |
hasTableName()
required string table_name = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasTableName()
required string table_name = 1;String getTableName()
required string table_name = 1;com.aliyun.ots.thirdparty.com.google.protobuf.ByteString getTableNameBytes()
required string table_name = 1;List<String> getColumnsToGetList()
repeated string columns_to_get = 2;int getColumnsToGetCount()
repeated string columns_to_get = 2;String getColumnsToGet(int index)
repeated string columns_to_get = 2;index - The index of the element to return.com.aliyun.ots.thirdparty.com.google.protobuf.ByteString getColumnsToGetBytes(int index)
repeated string columns_to_get = 2;index - The index of the value to return.boolean hasInclusiveStartPrimaryKey()
required bytes inclusive_start_primary_key = 3;com.aliyun.ots.thirdparty.com.google.protobuf.ByteString getInclusiveStartPrimaryKey()
required bytes inclusive_start_primary_key = 3;boolean hasExclusiveEndPrimaryKey()
required bytes exclusive_end_primary_key = 4;com.aliyun.ots.thirdparty.com.google.protobuf.ByteString getExclusiveEndPrimaryKey()
required bytes exclusive_end_primary_key = 4;boolean hasFilter()
optional bytes filter = 5;com.aliyun.ots.thirdparty.com.google.protobuf.ByteString getFilter()
optional bytes filter = 5;boolean hasDataBlockTypeHint()
optional .com.alicloud.openservices.tablestore.core.protocol.DataBlockType data_block_type_hint = 6 [default = DBT_SIMPLE_ROW_MATRIX];OtsInternalApi.DataBlockType getDataBlockTypeHint()
optional .com.alicloud.openservices.tablestore.core.protocol.DataBlockType data_block_type_hint = 6 [default = DBT_SIMPLE_ROW_MATRIX];Copyright © 2025. All Rights Reserved.