ListVectorsOptions

@Serializable
class ListVectorsOptions(val vectorBucketName: String, val indexName: String)(source)

Options for listing/scanning vectors in an index Supports parallel scanning via segment configuration

Constructors

Link copied to clipboard
constructor(vectorBucketName: String, indexName: String)

Properties

Link copied to clipboard

Name of the index

Link copied to clipboard

Maximum number of results to return (default: 500, max: 1000)

Link copied to clipboard

Token for pagination from previous response

Link copied to clipboard

Whether to include vector data in response

Link copied to clipboard

Whether to include metadata in response

Link copied to clipboard

Total number of parallel segments (1-16)

Link copied to clipboard

Zero-based index of this segment (0 to segmentCount-1)

Link copied to clipboard

Name of the vector bucket