public enum ColumnSchema.Types.IndexingTypeReference documentation and code samples for the Data Catalog v1 API enum ColumnSchema.Types.IndexingType.
Specifies inclusion of the column in an index
Namespace
Google.Cloud.DataCatalog.V1Assembly
Google.Cloud.DataCatalog.V1.dll
Fields |
|
|---|---|
| Name | Description |
NonUnique |
Column Part of non unique index. |
None |
Column not a part of an index. |
PrimaryKey |
Column part of the primary key. |
Unique |
Column part of unique index. |
Unspecified |
Unspecified. |