ShareFileDownloadInfo Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The properties and content returned from downloading a file
public class ShareFileDownloadInfo : IDisposable
type ShareFileDownloadInfo = class
interface IDisposable
Public Class ShareFileDownloadInfo
Implements IDisposable
- Inheritance
-
ShareFileDownloadInfo
- Implements
Properties
Content |
Content |
ContentHash |
If the file has an MD5 hash and this operation is to read the full content, this response header is returned so that the client can check for message content integrity. |
ContentLength |
The number of bytes present in the response body. |
ContentType |
The content type specified for the file. The default content type is 'application/octet-stream' |
Details |
Details returned when downloading a file |
Methods
Dispose() |
Disposes the StorageFileDownloadInfo by calling Dispose on the underlying Content stream. |
Applies to
Azure SDK for .NET