Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.
External Storage Search Response
Contains one page of documents that matched an external storage search, along with
pagination details for retrieving additional results.
| Property Name | Type | Description | Filter Group and Version | Available Version |
|---|---|---|---|---|
| hasMore | Boolean | Indicates whether more pages of results are available beyond the current page. | Big, 68.0 | 68.0 |
| nextSearchHandle | String | Opaque pagination token. Pass this value as searchHandle in the next request to retrieve the following page of results. | Big, 68.0 | 68.0 |
| results | External Storage Search Result[] | Matching documents for the current page, ordered by relevance. | Big, 68.0 | 68.0 |
| totalResults | Integer | Total number of matching documents across all pages. | Big, 68.0 | 68.0 |