listIndexes( )


Lists all indexes defined for a data collection.

When an index's status is ACTIVE, it is ready to use. While it is still being created, its status is BUILDING.

When an index's status is DROPPED, it has been dropped successfully. While it is still in the process of being removed, its status is DROPPING.

Authentication

You can only call this method when authenticated as a Wix app or Wix user identity.

Permissions
Managa Data Indexes
Learn more about app permissions.
メソッド宣言
コピー
メソッド・パラメータ
dataCollectionIdstringRequired

ID of the data collection for which to list indexes.


optionsListIndexesOptions

Options for retrieving a list of indexes.

リターン
Return Type:Promise<ListIndexesResponse>
役に立ちましたか?
はい
いいえ