Search for items within a namespace prefix.
searchItems(namespacePrefix: string[], options: __type): Promise<SearchItemsResponse>| Name | Type | Description |
|---|---|---|
namespacePrefix* | string[] | List of strings representing the namespace prefix. |
options | __type | Search options including filter, pagination, and query. |