IBlob Interface |
Namespace: AccidentalFish.ApplicationSupport.Core.Blobs
The IBlob type exposes the following members.
Name | Description | |
---|---|---|
![]() | DeleteAsync |
Deletes the blob
|
![]() | DownloadAsync |
Download the blob as a stream
|
![]() | DownloadBytesAsync |
Download the blob as a byte array
|
![]() | DownloadString |
Download the blob as a UTF8 string
|
![]() | DownloadString(Encoding) |
Download the blob as a string using the specified encoding
|
![]() | DownloadStringAsync |
Download the blob as a UTF8 string
|
![]() | DownloadStringAsync(Encoding) |
Download the blob as a string using the specified encoding
|
![]() | GetUploadStream |
Gets a stream that can be used to write the blob to
|
![]() | UploadBytesAsync |
Uploads the blob from the byte array
|
![]() | UploadImageAsync |
Upload the blob from an image
|
![]() | UploadStreamAsync |
Upload the blob from the specified stream
|