> For the complete documentation index, see [llms.txt](https://developer.collibra.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.collibra.com/api/graphql/data-access/enumerations/catalog-type.md).

# CatalogType

A Collibra catalog concept, as a data source declares it on its data object types. A tag synchronization rule is scoped to catalog types rather than to data object types, whose names differ per connector.

```graphql
enum CatalogType {
  Column
  Database
  Schema
  Table
  View
}
```

### Values

#### Column <a href="#column" id="column"></a>

#### Database <a href="#database" id="database"></a>

#### Schema <a href="#schema" id="schema"></a>

#### Table <a href="#table" id="table"></a>

#### View <a href="#view" id="view"></a>

### Member Of

`AssetTypeTagSynchronizationRule` object ● `TagSynchronizationRuleInput` input
