public static interface Search.IndexSettingOrBuilder
extends com.aliyun.ots.thirdparty.com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
getEnableCustomColumnVersion()
optional bool enable_custom_column_version = 7; |
int |
getNumberOfShards()
optional int32 number_of_shards = 1; |
String |
getRoutingFields(int index)
repeated string routing_fields = 2; |
com.aliyun.ots.thirdparty.com.google.protobuf.ByteString |
getRoutingFieldsBytes(int index)
repeated string routing_fields = 2; |
int |
getRoutingFieldsCount()
repeated string routing_fields = 2; |
List<String> |
getRoutingFieldsList()
repeated string routing_fields = 2; |
int |
getRoutingPartitionSize()
optional int32 routing_partition_size = 3; |
boolean |
hasEnableCustomColumnVersion()
optional bool enable_custom_column_version = 7; |
boolean |
hasNumberOfShards()
optional int32 number_of_shards = 1; |
boolean |
hasRoutingPartitionSize()
optional int32 routing_partition_size = 3; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasNumberOfShards()
optional int32 number_of_shards = 1;int getNumberOfShards()
optional int32 number_of_shards = 1;List<String> getRoutingFieldsList()
repeated string routing_fields = 2;int getRoutingFieldsCount()
repeated string routing_fields = 2;String getRoutingFields(int index)
repeated string routing_fields = 2;index - The index of the element to return.com.aliyun.ots.thirdparty.com.google.protobuf.ByteString getRoutingFieldsBytes(int index)
repeated string routing_fields = 2;index - The index of the value to return.boolean hasRoutingPartitionSize()
optional int32 routing_partition_size = 3;int getRoutingPartitionSize()
optional int32 routing_partition_size = 3;boolean hasEnableCustomColumnVersion()
optional bool enable_custom_column_version = 7;boolean getEnableCustomColumnVersion()
optional bool enable_custom_column_version = 7;Copyright © 2025. All Rights Reserved.