kdrant
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
kdrant
kdrant-core
/
dev.kdrant.model
/
AliasOperation
/
Create
Create
data
class
Create
(
val
collectionName
:
String
,
val
aliasName
:
String
)
:
AliasOperation
Point
aliasName
at
collectionName
(creating the alias, or moving an existing one).
Members
Constructors
Create
Link copied to clipboard
constructor
(
collectionName
:
String
,
aliasName
:
String
)
Properties
alias
Name
Link copied to clipboard
val
aliasName
:
String
collection
Name
Link copied to clipboard
val
collectionName
:
String