type property
The type of data in this index.
Required. Possible string values are:
- "INDEX_TYPE_UNSPECIFIED" : The index's type is unspecified.
- "INDEX_TYPE_STRING" : The index is a string-type index.
- "INDEX_TYPE_INTEGER" : The index is a integer-type index.
Implementation
core.String? type;