Attribute

Type

Description

columns

List

A list of Column containing the attributes of the index.

comment

String

The comment of the index.

generated

boolean

A flag whether the index is generated.

name

String

The name of the index.

types

List

A list of String containing index types (Unique, Clustered, Unique Primary Index, etc) of the index.

userDefined

boolean

A flag whether the index is user defined.

  • No labels