public interface FieldSchemaOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
getAutoID()
bool autoID = 8; |
DataType |
getDataType()
.milvus.proto.schema.DataType data_type = 5; |
int |
getDataTypeValue()
.milvus.proto.schema.DataType data_type = 5; |
String |
getDescription()
string description = 4; |
com.google.protobuf.ByteString |
getDescriptionBytes()
string description = 4; |
long |
getFieldID()
int64 fieldID = 1; |
KeyValuePair |
getIndexParams(int index)
repeated .milvus.proto.common.KeyValuePair index_params = 7; |
int |
getIndexParamsCount()
repeated .milvus.proto.common.KeyValuePair index_params = 7; |
List<KeyValuePair> |
getIndexParamsList()
repeated .milvus.proto.common.KeyValuePair index_params = 7; |
KeyValuePairOrBuilder |
getIndexParamsOrBuilder(int index)
repeated .milvus.proto.common.KeyValuePair index_params = 7; |
List<? extends KeyValuePairOrBuilder> |
getIndexParamsOrBuilderList()
repeated .milvus.proto.common.KeyValuePair index_params = 7; |
boolean |
getIsPrimaryKey()
bool is_primary_key = 3; |
String |
getName()
string name = 2; |
com.google.protobuf.ByteString |
getNameBytes()
string name = 2; |
FieldState |
getState()
To keep compatible with older version, the default state is `Created`.
|
int |
getStateValue()
To keep compatible with older version, the default state is `Created`.
|
KeyValuePair |
getTypeParams(int index)
repeated .milvus.proto.common.KeyValuePair type_params = 6; |
int |
getTypeParamsCount()
repeated .milvus.proto.common.KeyValuePair type_params = 6; |
List<KeyValuePair> |
getTypeParamsList()
repeated .milvus.proto.common.KeyValuePair type_params = 6; |
KeyValuePairOrBuilder |
getTypeParamsOrBuilder(int index)
repeated .milvus.proto.common.KeyValuePair type_params = 6; |
List<? extends KeyValuePairOrBuilder> |
getTypeParamsOrBuilderList()
repeated .milvus.proto.common.KeyValuePair type_params = 6; |
long getFieldID()
int64 fieldID = 1;String getName()
string name = 2;com.google.protobuf.ByteString getNameBytes()
string name = 2;boolean getIsPrimaryKey()
bool is_primary_key = 3;String getDescription()
string description = 4;com.google.protobuf.ByteString getDescriptionBytes()
string description = 4;int getDataTypeValue()
.milvus.proto.schema.DataType data_type = 5;DataType getDataType()
.milvus.proto.schema.DataType data_type = 5;List<KeyValuePair> getTypeParamsList()
repeated .milvus.proto.common.KeyValuePair type_params = 6;KeyValuePair getTypeParams(int index)
repeated .milvus.proto.common.KeyValuePair type_params = 6;int getTypeParamsCount()
repeated .milvus.proto.common.KeyValuePair type_params = 6;List<? extends KeyValuePairOrBuilder> getTypeParamsOrBuilderList()
repeated .milvus.proto.common.KeyValuePair type_params = 6;KeyValuePairOrBuilder getTypeParamsOrBuilder(int index)
repeated .milvus.proto.common.KeyValuePair type_params = 6;List<KeyValuePair> getIndexParamsList()
repeated .milvus.proto.common.KeyValuePair index_params = 7;KeyValuePair getIndexParams(int index)
repeated .milvus.proto.common.KeyValuePair index_params = 7;int getIndexParamsCount()
repeated .milvus.proto.common.KeyValuePair index_params = 7;List<? extends KeyValuePairOrBuilder> getIndexParamsOrBuilderList()
repeated .milvus.proto.common.KeyValuePair index_params = 7;KeyValuePairOrBuilder getIndexParamsOrBuilder(int index)
repeated .milvus.proto.common.KeyValuePair index_params = 7;boolean getAutoID()
bool autoID = 8;int getStateValue()
To keep compatible with older version, the default state is `Created`.
.milvus.proto.schema.FieldState state = 9;FieldState getState()
To keep compatible with older version, the default state is `Created`.
.milvus.proto.schema.FieldState state = 9;Copyright © 2023. All rights reserved.