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()
- Alphabetic
- By Inheritance
- DescribeCollectionResponse
- Updatable
- GeneratedMessage
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
-
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
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def addAliases(__vs: String*): DescribeCollectionResponse
- def addAllAliases(__vs: Iterable[String]): DescribeCollectionResponse
- def addAllPhysicalChannelNames(__vs: Iterable[String]): DescribeCollectionResponse
- def addAllStartPositions(__vs: Iterable[KeyDataPair]): DescribeCollectionResponse
- def addAllVirtualChannelNames(__vs: Iterable[String]): DescribeCollectionResponse
- def addPhysicalChannelNames(__vs: String*): DescribeCollectionResponse
- def addStartPositions(__vs: KeyDataPair*): DescribeCollectionResponse
- def addVirtualChannelNames(__vs: String*): DescribeCollectionResponse
- val aliases: Seq[String]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clearAliases: DescribeCollectionResponse
- def clearPhysicalChannelNames: DescribeCollectionResponse
- def clearSchema: DescribeCollectionResponse
- def clearStartPositions: DescribeCollectionResponse
- def clearStatus: DescribeCollectionResponse
- def clearVirtualChannelNames: DescribeCollectionResponse
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
- val collectionID: Long
- val collectionName: String
-
def
companion: DescribeCollectionResponse.type
- Definition Classes
- DescribeCollectionResponse → GeneratedMessage
- val consistencyLevel: ConsistencyLevel
- val createdTimestamp: Long
- val createdUtcTimestamp: Long
- def discardUnknownFields: DescribeCollectionResponse
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
getField(__field: FieldDescriptor): PValue
- Definition Classes
- DescribeCollectionResponse → GeneratedMessage
-
def
getFieldByNumber(__fieldNumber: Int): Any
- Definition Classes
- DescribeCollectionResponse → GeneratedMessage
- def getSchema: CollectionSchema
- def getStatus: Status
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val physicalChannelNames: Seq[String]
- val schema: Option[CollectionSchema]
-
def
serializedSize: Int
- Definition Classes
- DescribeCollectionResponse → GeneratedMessage
- val shardsNum: Int
- val startPositions: Seq[KeyDataPair]
- val status: Option[Status]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
final
def
toByteArray: Array[Byte]
- Definition Classes
- GeneratedMessage
-
final
def
toByteString: ByteString
- Definition Classes
- GeneratedMessage
-
final
def
toPMessage: PMessage
- Definition Classes
- GeneratedMessage
-
def
toProtoString: String
- Definition Classes
- DescribeCollectionResponse → GeneratedMessage
- val unknownFields: UnknownFieldSet
-
def
update(ms: (Lens[DescribeCollectionResponse, DescribeCollectionResponse]) ⇒ Mutation[DescribeCollectionResponse]*): DescribeCollectionResponse
- Definition Classes
- Updatable
- val virtualChannelNames: Seq[String]
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- def withAliases(__v: Seq[String]): DescribeCollectionResponse
- def withCollectionID(__v: Long): DescribeCollectionResponse
- def withCollectionName(__v: String): DescribeCollectionResponse
- def withConsistencyLevel(__v: ConsistencyLevel): DescribeCollectionResponse
- def withCreatedTimestamp(__v: Long): DescribeCollectionResponse
- def withCreatedUtcTimestamp(__v: Long): DescribeCollectionResponse
- def withPhysicalChannelNames(__v: Seq[String]): DescribeCollectionResponse
- def withSchema(__v: CollectionSchema): DescribeCollectionResponse
- def withShardsNum(__v: Int): DescribeCollectionResponse
- def withStartPositions(__v: Seq[KeyDataPair]): DescribeCollectionResponse
- def withStatus(__v: Status): DescribeCollectionResponse
- def withUnknownFields(__v: UnknownFieldSet): DescribeCollectionResponse
- def withVirtualChannelNames(__v: Seq[String]): DescribeCollectionResponse
-
final
def
writeDelimitedTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
-
def
writeTo(_output__: CodedOutputStream): Unit
- Definition Classes
- DescribeCollectionResponse → GeneratedMessage
-
final
def
writeTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated