![]() |
Laserfiche.Repository.Api.Client.V2
1.0.2
|
The Laserfiche Repository Searches API client. More...
Public Member Functions | |
| Task< SearchContextHitCollectionResponse > | ListSearchContextHitsAsync (ListSearchContextHitsParameters parameters, CancellationToken cancellationToken=default(CancellationToken)) |
| Returns the context hits associated with a search result entry. More... | |
| Task | ListSearchContextHitsForEachAsync (Func< SearchContextHitCollectionResponse, Task< bool >> callback, ListSearchContextHitsParameters parameters, int? maxPageSize=null, CancellationToken cancellationToken=default) |
| Returns the context hits associated with a search result entry using paging. Page results are returned to the callback . More... | |
| Task< SearchContextHitCollectionResponse > | ListSearchContextHitsNextLinkAsync (string nextLink, int? maxPageSize=null, CancellationToken cancellationToken=default) |
| Returns the context hits associated with a search result entry using a nextlink. More... | |
| Task< EntryCollectionResponse > | ListSearchResultsAsync (ListSearchResultsParameters parameters, CancellationToken cancellationToken=default(CancellationToken)) |
| Returns the results listing associated with a search task. More... | |
| Task | ListSearchResultsForEachAsync (Func< EntryCollectionResponse, Task< bool >> callback, ListSearchResultsParameters parameters, int? maxPageSize=null, CancellationToken cancellationToken=default) |
| Returns a collection of search results using paging. Page results are returned to the callback . More... | |
| Task< EntryCollectionResponse > | ListSearchResultsNextLinkAsync (string nextLink, int? maxPageSize=null, CancellationToken cancellationToken=default) |
| Returns a collection of search results using a nextlink. More... | |
| Task< StartTaskResponse > | StartSearchEntryAsync (StartSearchEntryParameters parameters, CancellationToken cancellationToken=default(CancellationToken)) |
| Starts an asynchronous search task. More... | |
The Laserfiche Repository Searches API client.
| Task<SearchContextHitCollectionResponse> ListSearchContextHitsAsync | ( | ListSearchContextHitsParameters | parameters, |
| CancellationToken | cancellationToken = default(CancellationToken) |
||
| ) |
Returns the context hits associated with a search result entry.
| parameters | Parameters for the request. |
| cancellationToken | A cancellation token that can be used by other objects or threads to receive notice of cancellation. |
| ApiException | A server side error occurred. |
Implemented in SearchesClient.
| Task ListSearchContextHitsForEachAsync | ( | Func< SearchContextHitCollectionResponse, Task< bool >> | callback, |
| ListSearchContextHitsParameters | parameters, | ||
| int? | maxPageSize = null, |
||
| CancellationToken | cancellationToken = default |
||
| ) |
Returns the context hits associated with a search result entry using paging. Page results are returned to the callback .
| callback | A delegate that will be called each time new data is retrieved. Returns false to stop receiving more data; returns true to be called again if there's more data. |
| parameters | Parameters for the request. |
| maxPageSize | Optionally specify the maximum number of items to retrieve. |
| cancellationToken | A cancellation token that can be used by other objects or threads to receive notice of cancellation. |
| ApiException | A server side error occurred. |
Implemented in SearchesClient.
| Task<SearchContextHitCollectionResponse> ListSearchContextHitsNextLinkAsync | ( | string | nextLink, |
| int? | maxPageSize = null, |
||
| CancellationToken | cancellationToken = default |
||
| ) |
Returns the context hits associated with a search result entry using a nextlink.
| nextLink | A url that allows retrieving the next subset of the requested collection. |
| maxPageSize | Optionally specify the maximum number of items to retrieve. |
| cancellationToken | Optional cancellation token that can be used by other objects or threads to receive notice of cancellation. |
| ApiException | A server side error occurred. |
Implemented in SearchesClient.
| Task<EntryCollectionResponse> ListSearchResultsAsync | ( | ListSearchResultsParameters | parameters, |
| CancellationToken | cancellationToken = default(CancellationToken) |
||
| ) |
Returns the results listing associated with a search task.
| parameters | Parameters for the request. |
| cancellationToken | A cancellation token that can be used by other objects or threads to receive notice of cancellation. |
| ApiException | A server side error occurred. |
Implemented in SearchesClient.
| Task ListSearchResultsForEachAsync | ( | Func< EntryCollectionResponse, Task< bool >> | callback, |
| ListSearchResultsParameters | parameters, | ||
| int? | maxPageSize = null, |
||
| CancellationToken | cancellationToken = default |
||
| ) |
Returns a collection of search results using paging. Page results are returned to the callback .
| callback | A delegate that will be called each time new data is retrieved. Returns false to stop receiving more data; returns true to be called again if there's more data. |
| parameters | Parameters for the request. |
| maxPageSize | Optionally specify the maximum number of items to retrieve. |
| cancellationToken | A cancellation token that can be used by other objects or threads to receive notice of cancellation. |
| ApiException | A server side error occurred. |
Implemented in SearchesClient.
| Task<EntryCollectionResponse> ListSearchResultsNextLinkAsync | ( | string | nextLink, |
| int? | maxPageSize = null, |
||
| CancellationToken | cancellationToken = default |
||
| ) |
Returns a collection of search results using a nextlink.
| nextLink | A url that allows retrieving the next subset of the requested collection. |
| maxPageSize | Optionally specify the maximum number of items to retrieve. |
| cancellationToken | Optional cancellation token that can be used by other objects or threads to receive notice of cancellation. |
| ApiException | A server side error occurred. |
Implemented in SearchesClient.
| Task<StartTaskResponse> StartSearchEntryAsync | ( | StartSearchEntryParameters | parameters, |
| CancellationToken | cancellationToken = default(CancellationToken) |
||
| ) |
Starts an asynchronous search task.
| parameters | Parameters for the request. |
| cancellationToken | A cancellation token that can be used by other objects or threads to receive notice of cancellation. |
| ApiException | A server side error occurred. |
Implemented in SearchesClient.