Table of Contents

Interface IBlobStreamApiEndpoint

Namespace
Songhay.Abstractions
Assembly
SonghayCore.dll

Defines the retrieval of a remote BLOB as a Stream.

public interface IBlobStreamApiEndpoint : ITaggedInstance
Inherited Members
Extension Methods

Methods

DownloadStreamAsync(IApiRequestStrategy?, string?, Action<Stream>?)

Downloads a BLOB with the specified name into a Stream

Task DownloadStreamAsync(IApiRequestStrategy? requestStrategy, string? path, Action<Stream>? streamAction)

Parameters

requestStrategy IApiRequestStrategy

the IApiRequestStrategy required for the endpoint

path string

any PathAndQuery and/or Fragment

streamAction Action<Stream>

The action to take with the Stream associated with the BLOB

Returns

Task