Click or drag to resize
IBlob Interface
A reference to a blob

Namespace: AccidentalFish.ApplicationSupport.Core.Blobs
Assembly: AccidentalFish.ApplicationSupport.Core (in AccidentalFish.ApplicationSupport.Core.dll) Version: 1.0.4.0 (1.0.4.0)
Syntax
public interface IBlob

The IBlob type exposes the following members.

Properties
  NameDescription
Public propertyUrl
The URL the blob is available on
Top
Methods
  NameDescription
Public methodDeleteAsync
Deletes the blob
Public methodDownloadAsync
Download the blob as a stream
Public methodDownloadBytesAsync
Download the blob as a byte array
Public methodDownloadString
Download the blob as a UTF8 string
Public methodDownloadString(Encoding)
Download the blob as a string using the specified encoding
Public methodDownloadStringAsync
Download the blob as a UTF8 string
Public methodDownloadStringAsync(Encoding)
Download the blob as a string using the specified encoding
Public methodGetUploadStream
Gets a stream that can be used to write the blob to
Public methodUploadBytesAsync
Uploads the blob from the byte array
Public methodUploadImageAsync
Upload the blob from an image
Public methodUploadStreamAsync
Upload the blob from the specified stream
Top
See Also