跳到主要内容
版本:v2.6.x

Alias

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

Go
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.