Interface ILiveStreamClient
Namespace: System.Dynamic.ExpandoObject
Syntax
[GeneratedCode("NSwag", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")]
public interface ILiveStreamClient
Methods
SearchAsync(LiveStreamSearchRequest, CancellationToken)
Search
Declaration
Task<LiveStreamSearchResult> SearchAsync(LiveStreamSearchRequest request, CancellationToken cancellationToken = default)
Parameters
LiveStreamSearchRequest
request
Parameters for the search |
CancellationToken
cancellationToken
A cancellation token that can be used by other objects or threads to receive notice of cancellation. |
Returns
Task<LiveStreamSearchResult>
Resulting live stream events |
Remarks
Search for live stream events with optional parameters to limit time, document type or use more complex filtering.
Exceptions
ApiException
A server side error occurred. |
PictureparkValidationException
Validation exception |
PictureparkForbiddenException
Forbidden |
PictureparkNotFoundException
Entity not found |
PictureparkConflictException
Version conflict |
PictureparkTooManyRequestsException
Too many requests |
PictureparkException
Internal server error |