public interface GetImportStateResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
long |
getCollectionId()
collection ID of the import task.
|
long |
getCreateTs()
timestamp when the import task is created.
|
long |
getId()
id of an import task
int64 id = 6; |
long |
getIdList(int index)
auto generated ids if the primary key is autoid
repeated int64 id_list = 4; |
int |
getIdListCount()
auto generated ids if the primary key is autoid
repeated int64 id_list = 4; |
List<Long> |
getIdListList()
auto generated ids if the primary key is autoid
repeated int64 id_list = 4; |
KeyValuePair |
getInfos(int index)
more information about the task, progress percent, file path, failed reason, etc.
|
int |
getInfosCount()
more information about the task, progress percent, file path, failed reason, etc.
|
List<KeyValuePair> |
getInfosList()
more information about the task, progress percent, file path, failed reason, etc.
|
KeyValuePairOrBuilder |
getInfosOrBuilder(int index)
more information about the task, progress percent, file path, failed reason, etc.
|
List<? extends KeyValuePairOrBuilder> |
getInfosOrBuilderList()
more information about the task, progress percent, file path, failed reason, etc.
|
long |
getRowCount()
if the task is finished, this value is how many rows are imported. if the task is not finished, this value is how many rows are parsed. return 0 if failed.
|
long |
getSegmentIds(int index)
a list of segment IDs created by the import task.
|
int |
getSegmentIdsCount()
a list of segment IDs created by the import task.
|
List<Long> |
getSegmentIdsList()
a list of segment IDs created by the import task.
|
ImportState |
getState()
is this import task finished or not
.milvus.proto.common.ImportState state = 2; |
int |
getStateValue()
is this import task finished or not
.milvus.proto.common.ImportState state = 2; |
Status |
getStatus()
.milvus.proto.common.Status status = 1; |
StatusOrBuilder |
getStatusOrBuilder()
.milvus.proto.common.Status status = 1; |
boolean |
hasStatus()
.milvus.proto.common.Status status = 1; |
boolean hasStatus()
.milvus.proto.common.Status status = 1;Status getStatus()
.milvus.proto.common.Status status = 1;StatusOrBuilder getStatusOrBuilder()
.milvus.proto.common.Status status = 1;int getStateValue()
is this import task finished or not
.milvus.proto.common.ImportState state = 2;ImportState getState()
is this import task finished or not
.milvus.proto.common.ImportState state = 2;long getRowCount()
if the task is finished, this value is how many rows are imported. if the task is not finished, this value is how many rows are parsed. return 0 if failed.
int64 row_count = 3;List<Long> getIdListList()
auto generated ids if the primary key is autoid
repeated int64 id_list = 4;int getIdListCount()
auto generated ids if the primary key is autoid
repeated int64 id_list = 4;long getIdList(int index)
auto generated ids if the primary key is autoid
repeated int64 id_list = 4;index - The index of the element to return.List<KeyValuePair> getInfosList()
more information about the task, progress percent, file path, failed reason, etc.
repeated .milvus.proto.common.KeyValuePair infos = 5;KeyValuePair getInfos(int index)
more information about the task, progress percent, file path, failed reason, etc.
repeated .milvus.proto.common.KeyValuePair infos = 5;int getInfosCount()
more information about the task, progress percent, file path, failed reason, etc.
repeated .milvus.proto.common.KeyValuePair infos = 5;List<? extends KeyValuePairOrBuilder> getInfosOrBuilderList()
more information about the task, progress percent, file path, failed reason, etc.
repeated .milvus.proto.common.KeyValuePair infos = 5;KeyValuePairOrBuilder getInfosOrBuilder(int index)
more information about the task, progress percent, file path, failed reason, etc.
repeated .milvus.proto.common.KeyValuePair infos = 5;long getId()
id of an import task
int64 id = 6;long getCollectionId()
collection ID of the import task.
int64 collection_id = 7;List<Long> getSegmentIdsList()
a list of segment IDs created by the import task.
repeated int64 segment_ids = 8;int getSegmentIdsCount()
a list of segment IDs created by the import task.
repeated int64 segment_ids = 8;long getSegmentIds(int index)
a list of segment IDs created by the import task.
repeated int64 segment_ids = 8;index - The index of the element to return.long getCreateTs()
timestamp when the import task is created.
int64 create_ts = 9;Copyright © 2023. All rights reserved.