Click or drag to resize

AzureStreamer Methods

The AzureStreamer type exposes the following members.

Methods
  Name Description
Public method Dispose  
Public method OpenAppend Opens a blob for append. If the blob is being created or the existing blob type is Append then it will be efficiently processed as an Append blob. If the existing blob is type Block then the type can't be changed and an inefficient workaround is used to merge the old and appended data into a work blob which is then copied back over the original at close time.
Public method OpenRead Open Azure blob and set StreamReader
Public method OpenWrite Opens a blob for (over)write.
Public method OpenZipRead Open Azure blob and set StreamReader
Public method Size Return size of blob
Top
See Also