Reference documentation and code samples for the Google Cloud Data Catalog V1 Client class IndexingType.
Specifies inclusion of the column in an index
Protobuf type google.cloud.datacatalog.v1.ColumnSchema.IndexingType
Namespace
Google \ Cloud \ DataCatalog \ V1 \ ColumnSchemaMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
INDEXING_TYPE_UNSPECIFIED
Value: 0Unspecified.
Generated from protobuf enum INDEXING_TYPE_UNSPECIFIED = 0;
INDEXING_TYPE_NONE
Value: 1Column not a part of an index.
Generated from protobuf enum INDEXING_TYPE_NONE = 1;
INDEXING_TYPE_NON_UNIQUE
Value: 2Column Part of non unique index.
Generated from protobuf enum INDEXING_TYPE_NON_UNIQUE = 2;
INDEXING_TYPE_UNIQUE
Value: 3Column part of unique index.
Generated from protobuf enum INDEXING_TYPE_UNIQUE = 3;
INDEXING_TYPE_PRIMARY_KEY
Value: 4Column part of the primary key.
Generated from protobuf enum INDEXING_TYPE_PRIMARY_KEY = 4;