public interface ImportRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getChannelNames(int index)
channel names for the collection
repeated string channel_names = 3; |
com.google.protobuf.ByteString |
getChannelNamesBytes(int index)
channel names for the collection
repeated string channel_names = 3; |
int |
getChannelNamesCount()
channel names for the collection
repeated string channel_names = 3; |
List<String> |
getChannelNamesList()
channel names for the collection
repeated string channel_names = 3; |
String |
getCollectionName()
target collection
string collection_name = 1; |
com.google.protobuf.ByteString |
getCollectionNameBytes()
target collection
string collection_name = 1; |
String |
getFiles(int index)
file paths to be imported
repeated string files = 5; |
com.google.protobuf.ByteString |
getFilesBytes(int index)
file paths to be imported
repeated string files = 5; |
int |
getFilesCount()
file paths to be imported
repeated string files = 5; |
List<String> |
getFilesList()
file paths to be imported
repeated string files = 5; |
KeyValuePair |
getOptions(int index)
import options, bucket, etc.
|
int |
getOptionsCount()
import options, bucket, etc.
|
List<KeyValuePair> |
getOptionsList()
import options, bucket, etc.
|
KeyValuePairOrBuilder |
getOptionsOrBuilder(int index)
import options, bucket, etc.
|
List<? extends KeyValuePairOrBuilder> |
getOptionsOrBuilderList()
import options, bucket, etc.
|
String |
getPartitionName()
target partition
string partition_name = 2; |
com.google.protobuf.ByteString |
getPartitionNameBytes()
target partition
string partition_name = 2; |
boolean |
getRowBased()
the file is row-based or column-based
bool row_based = 4; |
String getCollectionName()
target collection
string collection_name = 1;com.google.protobuf.ByteString getCollectionNameBytes()
target collection
string collection_name = 1;String getPartitionName()
target partition
string partition_name = 2;com.google.protobuf.ByteString getPartitionNameBytes()
target partition
string partition_name = 2;List<String> getChannelNamesList()
channel names for the collection
repeated string channel_names = 3;int getChannelNamesCount()
channel names for the collection
repeated string channel_names = 3;String getChannelNames(int index)
channel names for the collection
repeated string channel_names = 3;index - The index of the element to return.com.google.protobuf.ByteString getChannelNamesBytes(int index)
channel names for the collection
repeated string channel_names = 3;index - The index of the value to return.boolean getRowBased()
the file is row-based or column-based
bool row_based = 4;List<String> getFilesList()
file paths to be imported
repeated string files = 5;int getFilesCount()
file paths to be imported
repeated string files = 5;String getFiles(int index)
file paths to be imported
repeated string files = 5;index - The index of the element to return.com.google.protobuf.ByteString getFilesBytes(int index)
file paths to be imported
repeated string files = 5;index - The index of the value to return.List<KeyValuePair> getOptionsList()
import options, bucket, etc.
repeated .milvus.proto.common.KeyValuePair options = 6;KeyValuePair getOptions(int index)
import options, bucket, etc.
repeated .milvus.proto.common.KeyValuePair options = 6;int getOptionsCount()
import options, bucket, etc.
repeated .milvus.proto.common.KeyValuePair options = 6;List<? extends KeyValuePairOrBuilder> getOptionsOrBuilderList()
import options, bucket, etc.
repeated .milvus.proto.common.KeyValuePair options = 6;KeyValuePairOrBuilder getOptionsOrBuilder(int index)
import options, bucket, etc.
repeated .milvus.proto.common.KeyValuePair options = 6;Copyright © 2023. All rights reserved.