IndexEntity(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Index is not used as an independent entity, it is retrieved as part of a Table entity.
Attributes |
|
---|---|
Name | Description |
name |
str
The name of the index. |
type_ |
str
Type of index, for example B-TREE. |
table_columns |
MutableSequence[str]
Table columns used as part of the Index, for example B-TREE index should list the columns which constitutes the index. |
unique |
bool
Boolean value indicating whether the index is unique. |
custom_features |
google.protobuf.struct_pb2.Struct
Custom engine specific features. |