FileStream Methods |
The FileStream type exposes the following members.
Name | Description | |
---|---|---|
AbortMultiPartUpload |
Aborts multipart upload, so Azure blob storage can delete uploaded parts.
| |
Close |
Closes current stream.
(Overrides StreamClose.) | |
CompleteMultiPartUploadProcess |
Completes multiple part upload process.
Sends final request to Azure blob storage to merge all parts already sent.
| |
Dispose |
Releases all unmanaged and optionally managed resources.
(Overrides StreamDispose(Boolean).) | |
Flush |
Clears all buffers for this stream and causes any buffered data to be written to the underlying device.
(Overrides StreamFlush.) | |
InitFileStream |
Initializes the stream
| |
InitMultiPartUpload |
Inits multipart upload to Azure blob storage.
| |
LogFileOperation |
Logs the file operation. Logs the file operation to the file and to current request log for debugging.
(Inherited from FileStream.) | |
Read |
Reads data from stream and stores them into array.
(Overrides StreamRead(Byte, Int32, Int32).) | |
Seek |
Sets the position within the current stream to the specified value.
(Overrides StreamSeek(Int64, SeekOrigin).) | |
SetLength |
Set length to stream.
(Overrides StreamSetLength(Int64).) | |
UploadStreamContentAsMultiPart |
Uploads data inside a stream in multiple parts to Azure blob storage.
| |
Write |
Writes sequence of bytes to stream.
(Overrides StreamWrite(Byte, Int32, Int32).) | |
WriteByte |
Writes byte to the stream.
(Overrides StreamWriteByte(Byte).) |