Resource: Index
An index definition.
JSON representation | |
---|---|
{ "name": string, "collectionId": string, "fields": [ { object( |
Fields | |
---|---|
name |
The resource name of the index. Output only. |
collectionId |
The collection ID to which this index applies. Required. |
fields[] |
The fields to index. |
state |
The state of the index. Output only. |
IndexField
A field of an index.
JSON representati |
---|