ExtensionFilterResult interface
The FilterResult is the set of extensions that matched a particular query filter.
Properties
extensions | This is the set of applications that matched the query filter supplied. |
paging |
The PagingToken is returned from a request when more records exist that match the result than were requested or could be returned. A follow-up query with this paging token can be used to retrieve more results. |
result |
This is the additional optional metadata for the given result. E.g. Total count of results which is useful in case of paged results |
Property Details
extensions
This is the set of applications that matched the query filter supplied.
extensions: PublishedExtension[]
Property Value
pagingToken
The PagingToken is returned from a request when more records exist that match the result than were requested or could be returned. A follow-up query with this paging token can be used to retrieve more results.
pagingToken: string
Property Value
string
resultMetadata
This is the additional optional metadata for the given result. E.g. Total count of results which is useful in case of paged results
resultMetadata: ExtensionFilterResultMetadata[]