Interface DescribeCollectionResponseOrBuilder

    • Method Detail

      • hasStatus

        boolean hasStatus()
         Contain error_code and reason
         
        .milvus.proto.common.Status status = 1;
        Returns:
        Whether the status field is set.
      • getStatus

        Status getStatus()
         Contain error_code and reason
         
        .milvus.proto.common.Status status = 1;
        Returns:
        The status.
      • getStatusOrBuilder

        StatusOrBuilder getStatusOrBuilder()
         Contain error_code and reason
         
        .milvus.proto.common.Status status = 1;
      • hasSchema

        boolean hasSchema()
         The schema param when you created collection.
         
        .milvus.proto.schema.CollectionSchema schema = 2;
        Returns:
        Whether the schema field is set.
      • getSchema

        CollectionSchema getSchema()
         The schema param when you created collection.
         
        .milvus.proto.schema.CollectionSchema schema = 2;
        Returns:
        The schema.
      • getSchemaOrBuilder

        CollectionSchemaOrBuilder getSchemaOrBuilder()
         The schema param when you created collection.
         
        .milvus.proto.schema.CollectionSchema schema = 2;
      • getCollectionID

        long getCollectionID()
         The collection id
         
        int64 collectionID = 3;
        Returns:
        The collectionID.
      • getVirtualChannelNamesList

        List<String> getVirtualChannelNamesList()
         System design related, users should not perceive
         
        repeated string virtual_channel_names = 4;
        Returns:
        A list containing the virtualChannelNames.
      • getVirtualChannelNamesCount

        int getVirtualChannelNamesCount()
         System design related, users should not perceive
         
        repeated string virtual_channel_names = 4;
        Returns:
        The count of virtualChannelNames.
      • getVirtualChannelNames

        String getVirtualChannelNames​(int index)
         System design related, users should not perceive
         
        repeated string virtual_channel_names = 4;
        Parameters:
        index - The index of the element to return.
        Returns:
        The virtualChannelNames at the given index.
      • getVirtualChannelNamesBytes

        com.google.protobuf.ByteString getVirtualChannelNamesBytes​(int index)
         System design related, users should not perceive
         
        repeated string virtual_channel_names = 4;
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the virtualChannelNames at the given index.
      • getPhysicalChannelNamesList

        List<String> getPhysicalChannelNamesList()
         System design related, users should not perceive
         
        repeated string physical_channel_names = 5;
        Returns:
        A list containing the physicalChannelNames.
      • getPhysicalChannelNamesCount

        int getPhysicalChannelNamesCount()
         System design related, users should not perceive
         
        repeated string physical_channel_names = 5;
        Returns:
        The count of physicalChannelNames.
      • getPhysicalChannelNames

        String getPhysicalChannelNames​(int index)
         System design related, users should not perceive
         
        repeated string physical_channel_names = 5;
        Parameters:
        index - The index of the element to return.
        Returns:
        The physicalChannelNames at the given index.
      • getPhysicalChannelNamesBytes

        com.google.protobuf.ByteString getPhysicalChannelNamesBytes​(int index)
         System design related, users should not perceive
         
        repeated string physical_channel_names = 5;
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the physicalChannelNames at the given index.
      • getCreatedTimestamp

        long getCreatedTimestamp()
         Hybrid timestamp in milvus
         
        uint64 created_timestamp = 6;
        Returns:
        The createdTimestamp.
      • getCreatedUtcTimestamp

        long getCreatedUtcTimestamp()
         The utc timestamp calculated by created_timestamp
         
        uint64 created_utc_timestamp = 7;
        Returns:
        The createdUtcTimestamp.
      • getShardsNum

        int getShardsNum()
         The shards number you set.
         
        int32 shards_num = 8;
        Returns:
        The shardsNum.
      • getAliasesList

        List<String> getAliasesList()
         The aliases of this collection
         
        repeated string aliases = 9;
        Returns:
        A list containing the aliases.
      • getAliasesCount

        int getAliasesCount()
         The aliases of this collection
         
        repeated string aliases = 9;
        Returns:
        The count of aliases.
      • getAliases

        String getAliases​(int index)
         The aliases of this collection
         
        repeated string aliases = 9;
        Parameters:
        index - The index of the element to return.
        Returns:
        The aliases at the given index.
      • getAliasesBytes

        com.google.protobuf.ByteString getAliasesBytes​(int index)
         The aliases of this collection
         
        repeated string aliases = 9;
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the aliases at the given index.
      • getStartPositionsList

        List<KeyDataPair> getStartPositionsList()
         The message ID/posititon when collection is created
         
        repeated .milvus.proto.common.KeyDataPair start_positions = 10;
      • getStartPositions

        KeyDataPair getStartPositions​(int index)
         The message ID/posititon when collection is created
         
        repeated .milvus.proto.common.KeyDataPair start_positions = 10;
      • getStartPositionsCount

        int getStartPositionsCount()
         The message ID/posititon when collection is created
         
        repeated .milvus.proto.common.KeyDataPair start_positions = 10;
      • getStartPositionsOrBuilderList

        List<? extends KeyDataPairOrBuilder> getStartPositionsOrBuilderList()
         The message ID/posititon when collection is created
         
        repeated .milvus.proto.common.KeyDataPair start_positions = 10;
      • getStartPositionsOrBuilder

        KeyDataPairOrBuilder getStartPositionsOrBuilder​(int index)
         The message ID/posititon when collection is created
         
        repeated .milvus.proto.common.KeyDataPair start_positions = 10;
      • getConsistencyLevelValue

        int getConsistencyLevelValue()
         The consistency level that the collection used, modification is not supported now.
         
        .milvus.proto.common.ConsistencyLevel consistency_level = 11;
        Returns:
        The enum numeric value on the wire for consistencyLevel.
      • getConsistencyLevel

        ConsistencyLevel getConsistencyLevel()
         The consistency level that the collection used, modification is not supported now.
         
        .milvus.proto.common.ConsistencyLevel consistency_level = 11;
        Returns:
        The consistencyLevel.
      • getCollectionName

        String getCollectionName()
         The collection name
         
        string collection_name = 12;
        Returns:
        The collectionName.
      • getCollectionNameBytes

        com.google.protobuf.ByteString getCollectionNameBytes()
         The collection name
         
        string collection_name = 12;
        Returns:
        The bytes for collectionName.
      • getPropertiesList

        List<KeyValuePair> getPropertiesList()
        repeated .milvus.proto.common.KeyValuePair properties = 13;
      • getProperties

        KeyValuePair getProperties​(int index)
        repeated .milvus.proto.common.KeyValuePair properties = 13;
      • getPropertiesCount

        int getPropertiesCount()
        repeated .milvus.proto.common.KeyValuePair properties = 13;
      • getPropertiesOrBuilderList

        List<? extends KeyValuePairOrBuilder> getPropertiesOrBuilderList()
        repeated .milvus.proto.common.KeyValuePair properties = 13;
      • getPropertiesOrBuilder

        KeyValuePairOrBuilder getPropertiesOrBuilder​(int index)
        repeated .milvus.proto.common.KeyValuePair properties = 13;
      • getDbName

        String getDbName()
        string db_name = 14;
        Returns:
        The dbName.
      • getDbNameBytes

        com.google.protobuf.ByteString getDbNameBytes()
        string db_name = 14;
        Returns:
        The bytes for dbName.
      • getNumPartitions

        long getNumPartitions()
        int64 num_partitions = 15;
        Returns:
        The numPartitions.
      • getDbId

        long getDbId()
        int64 db_id = 16;
        Returns:
        The dbId.