Packages

final case class DescribeCollectionResponse(status: Option[Status] = _root_.scala.None, schema: Option[CollectionSchema] = _root_.scala.None, collectionID: Long = 0L, virtualChannelNames: Seq[String] = _root_.scala.Seq.empty, physicalChannelNames: Seq[String] = _root_.scala.Seq.empty, createdTimestamp: Long = 0L, createdUtcTimestamp: Long = 0L, shardsNum: Int = 0, aliases: Seq[String] = _root_.scala.Seq.empty, startPositions: Seq[KeyDataPair] = _root_.scala.Seq.empty, consistencyLevel: ConsistencyLevel = ..., collectionName: String = "", unknownFields: UnknownFieldSet = ...) extends GeneratedMessage with Updatable[DescribeCollectionResponse] with Product with Serializable

* DescribeCollection Response

status

Contain error_code and reason

schema

The schema param when you created collection.

collectionID

The collection id

virtualChannelNames

System design related, users should not perceive

physicalChannelNames

System design related, users should not perceive

createdTimestamp

Hybrid timestamp in milvus

createdUtcTimestamp

The utc timestamp calculated by created_timestamp

shardsNum

The shards number you set.

aliases

The aliases of this collection

startPositions

The message ID/posititon when collection is created

consistencyLevel

The consistency level that the collection used, modification is not supported now.

collectionName

The collection name

Annotations
@SerialVersionUID()
Linear Supertypes
Updatable[DescribeCollectionResponse], GeneratedMessage, Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DescribeCollectionResponse
  2. Updatable
  3. GeneratedMessage
  4. Serializable
  5. Serializable
  6. Product
  7. Equals
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new DescribeCollectionResponse(status: Option[Status] = _root_.scala.None, schema: Option[CollectionSchema] = _root_.scala.None, collectionID: Long = 0L, virtualChannelNames: Seq[String] = _root_.scala.Seq.empty, physicalChannelNames: Seq[String] = _root_.scala.Seq.empty, createdTimestamp: Long = 0L, createdUtcTimestamp: Long = 0L, shardsNum: Int = 0, aliases: Seq[String] = _root_.scala.Seq.empty, startPositions: Seq[KeyDataPair] = _root_.scala.Seq.empty, consistencyLevel: ConsistencyLevel = ..., collectionName: String = "", unknownFields: UnknownFieldSet = ...)

    status

    Contain error_code and reason

    schema

    The schema param when you created collection.

    collectionID

    The collection id

    virtualChannelNames

    System design related, users should not perceive

    physicalChannelNames

    System design related, users should not perceive

    createdTimestamp

    Hybrid timestamp in milvus

    createdUtcTimestamp

    The utc timestamp calculated by created_timestamp

    shardsNum

    The shards number you set.

    aliases

    The aliases of this collection

    startPositions

    The message ID/posititon when collection is created

    consistencyLevel

    The consistency level that the collection used, modification is not supported now.

    collectionName

    The collection name

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def addAliases(__vs: String*): DescribeCollectionResponse
  5. def addAllAliases(__vs: Iterable[String]): DescribeCollectionResponse
  6. def addAllPhysicalChannelNames(__vs: Iterable[String]): DescribeCollectionResponse
  7. def addAllStartPositions(__vs: Iterable[KeyDataPair]): DescribeCollectionResponse
  8. def addAllVirtualChannelNames(__vs: Iterable[String]): DescribeCollectionResponse
  9. def addPhysicalChannelNames(__vs: String*): DescribeCollectionResponse
  10. def addStartPositions(__vs: KeyDataPair*): DescribeCollectionResponse
  11. def addVirtualChannelNames(__vs: String*): DescribeCollectionResponse
  12. val aliases: Seq[String]
  13. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  14. def clearAliases: DescribeCollectionResponse
  15. def clearPhysicalChannelNames: DescribeCollectionResponse
  16. def clearSchema: DescribeCollectionResponse
  17. def clearStartPositions: DescribeCollectionResponse
  18. def clearStatus: DescribeCollectionResponse
  19. def clearVirtualChannelNames: DescribeCollectionResponse
  20. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  21. val collectionID: Long
  22. val collectionName: String
  23. def companion: DescribeCollectionResponse.type
    Definition Classes
    DescribeCollectionResponse → GeneratedMessage
  24. val consistencyLevel: ConsistencyLevel
  25. val createdTimestamp: Long
  26. val createdUtcTimestamp: Long
  27. def discardUnknownFields: DescribeCollectionResponse
  28. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  29. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  30. def getField(__field: FieldDescriptor): PValue
    Definition Classes
    DescribeCollectionResponse → GeneratedMessage
  31. def getFieldByNumber(__fieldNumber: Int): Any
    Definition Classes
    DescribeCollectionResponse → GeneratedMessage
  32. def getSchema: CollectionSchema
  33. def getStatus: Status
  34. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  35. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  36. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  37. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  38. val physicalChannelNames: Seq[String]
  39. val schema: Option[CollectionSchema]
  40. def serializedSize: Int
    Definition Classes
    DescribeCollectionResponse → GeneratedMessage
  41. val shardsNum: Int
  42. val startPositions: Seq[KeyDataPair]
  43. val status: Option[Status]
  44. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  45. final def toByteArray: Array[Byte]
    Definition Classes
    GeneratedMessage
  46. final def toByteString: ByteString
    Definition Classes
    GeneratedMessage
  47. final def toPMessage: PMessage
    Definition Classes
    GeneratedMessage
  48. def toProtoString: String
    Definition Classes
    DescribeCollectionResponse → GeneratedMessage
  49. val unknownFields: UnknownFieldSet
  50. def update(ms: (Lens[DescribeCollectionResponse, DescribeCollectionResponse]) ⇒ Mutation[DescribeCollectionResponse]*): DescribeCollectionResponse
    Definition Classes
    Updatable
  51. val virtualChannelNames: Seq[String]
  52. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  53. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  54. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  55. def withAliases(__v: Seq[String]): DescribeCollectionResponse
  56. def withCollectionID(__v: Long): DescribeCollectionResponse
  57. def withCollectionName(__v: String): DescribeCollectionResponse
  58. def withConsistencyLevel(__v: ConsistencyLevel): DescribeCollectionResponse
  59. def withCreatedTimestamp(__v: Long): DescribeCollectionResponse
  60. def withCreatedUtcTimestamp(__v: Long): DescribeCollectionResponse
  61. def withPhysicalChannelNames(__v: Seq[String]): DescribeCollectionResponse
  62. def withSchema(__v: CollectionSchema): DescribeCollectionResponse
  63. def withShardsNum(__v: Int): DescribeCollectionResponse
  64. def withStartPositions(__v: Seq[KeyDataPair]): DescribeCollectionResponse
  65. def withStatus(__v: Status): DescribeCollectionResponse
  66. def withUnknownFields(__v: UnknownFieldSet): DescribeCollectionResponse
  67. def withVirtualChannelNames(__v: Seq[String]): DescribeCollectionResponse
  68. final def writeDelimitedTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage
  69. def writeTo(_output__: CodedOutputStream): Unit
    Definition Classes
    DescribeCollectionResponse → GeneratedMessage
  70. final def writeTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from Updatable[DescribeCollectionResponse]

Inherited from GeneratedMessage

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped