highestIndexingType property

String? highestIndexingType
getter/setter pair

Most important inclusion of this column.

Optional. Possible string values are:

  • "INDEXING_TYPE_UNSPECIFIED" : Unspecified.
  • "INDEXING_TYPE_NONE" : Column not a part of an index.
  • "INDEXING_TYPE_NON_UNIQUE" : Column Part of non unique index.
  • "INDEXING_TYPE_UNIQUE" : Column part of unique index.
  • "INDEXING_TYPE_PRIMARY_KEY" : Column part of the primary key.

Implementation

core.String? highestIndexingType;