Alias

Represents a collection alias with its associated database and collection name.

type Alias struct {
    DbName string
    Alias string
    CollectionName string
}

FIELDS:

  • DbName (string)

    The name of the associated database.

  • Alias (string)

    The alias name.

  • CollectionName (string)

    The name of the associated collection.

Try Managed Milvus for Free

Zilliz Cloud is hassle-free, powered by Milvus and 10x faster.

Get Started
Feedback

Was this page helpful?