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: 0
Unspecified.
Generated from protobuf enum INDEXING_TYPE_UNSPECIFIED = 0;
INDEXING_TYPE_NONE
Value: 1
Column not a part of an index.
Generated from protobuf enum INDEXING_TYPE_NONE = 1;
INDEXING_TYPE_NON_UNIQUE
Value: 2
Column Part of non unique index.
Generated from protobuf enum INDEXING_TYPE_NON_UNIQUE = 2;
INDEXING_TYPE_UNIQUE
Value: 3
Column part of unique index.
Generated from protobuf enum INDEXING_TYPE_UNIQUE = 3;
INDEXING_TYPE_PRIMARY_KEY
Value: 4
Column part of the primary key.
Generated from protobuf enum INDEXING_TYPE_PRIMARY_KEY = 4;