Data Catalog V1 API - Module Google::Cloud::DataCatalog::V1::ColumnSchema::IndexingType (v0.22.0)

Reference documentation and code samples for the Data Catalog V1 API module Google::Cloud::DataCatalog::V1::ColumnSchema::IndexingType.

Specifies inclusion of the column in an index

Constants

INDEXING_TYPE_UNSPECIFIED

value: 0
Unspecified.

INDEXING_TYPE_NONE

value: 1
Column not a part of an index.

INDEXING_TYPE_NON_UNIQUE

value: 2
Column Part of non unique index.

INDEXING_TYPE_UNIQUE

value: 3
Column part of unique index.

INDEXING_TYPE_PRIMARY_KEY

value: 4
Column part of the primary key.