CollectionInfo
@Serializable
Summary of a collection returned by getCollection.
Constructors
Link copied to clipboard
constructor(status: CollectionStatus = CollectionStatus.UNKNOWN, pointsCount: Long? = null, indexedVectorsCount: Long? = null, segmentsCount: Int? = null, config: CollectionConfig? = null, payloadSchema: Map<String, PayloadIndexInfo> = emptyMap())
Properties
Link copied to clipboard
The collection's stored configuration. This is the read-back that makes a rerunnable bootstrap script able to check what it found rather than assume it — see ensureCollection.
Link copied to clipboard
Link copied to clipboard
The payload field indexes that exist, keyed by field name.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard