AzureBlobProvider.UploadAsync Method
- Namespace:
- Weavy.Core.Providers
- Assembly:
- Weavy.Core.dll
UploadAsync(Blob, Stream)
Reads the binary data from the specified input stream and stores it as a blob.
public Task UploadAsync(Blob blob, Stream input)
Parameters
- blob
- Blob
Blob to insert.
- input
- System.IO.Stream
The input stream from which the data should be read.
Returns
System.Threading.Tasks.Task