Click or drag to resize

DownloadOptions Properties

The DownloadOptions type exposes the following members.

Properties
  NameDescription
Public propertyDisableContentMD5Validation
Gets or sets a flag that indicates whether to validate content MD5 or not when reading data from the source object. If set to true, source object content MD5 will be validated; otherwise, source object content MD5 will not be validated. If not specified, it defaults to false.
Public propertyPreserveSMBAttributes
Gets or sets a flag that indicates whether to preserve SMB attributes during downloading. If set to true, destination Azure File's attributes will be set as source local file's attributes. SMB attributes includes last write time, creation time and CloudFileNtfsAttributes. CloudFileNtfsAttributes will be converted to FileAttributes , and then set to destination local file. This flag only takes effect when uploading from local file to Azure File Service. Preserving SMB attributes is only supported on Windows.
Public propertyPreserveSMBPermissions
Gets or sets a value that indicates whether to preserve SMB permissions during downloading. Preserving SMB permissions is only supported on Windows.
Public propertySourceAccessCondition
Gets or sets an AccessCondition object that represents the access conditions for the source object. If null, no condition is used.
Top
See Also