Click or drag to resize

UploadOptions Class

Represents a set of options that may be specified for upload operation
Inheritance Hierarchy
SystemObject
  Microsoft.Azure.Storage.DataMovementUploadOptions

Namespace:  Microsoft.Azure.Storage.DataMovement
Assembly:  Microsoft.Azure.Storage.DataMovement (in Microsoft.Azure.Storage.DataMovement.dll) Version: 2.0.1.0 (2.0.1.0)
Syntax
public sealed class UploadOptions

The UploadOptions type exposes the following members.

Constructors
  NameDescription
Public methodUploadOptions
Initializes a new instance of the UploadOptions class
Top
Properties
  NameDescription
Public propertyDestinationAccessCondition
Gets or sets an AccessCondition object that represents the access conditions for the destination object. If null, no condition is used.
Public propertyEncryptionScope
Gets or sets a value which specifies the name of the encryption scope to use to encrypt the data provided in the request. This value only takes effect when destination is Azure Blob Service.
Public propertyPreserveSMBAttributes
Gets or sets a flag that indicates whether to preserve SMB attributes during uploading. 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 FileAttributes. FileAttributes will be converted to CloudFileNtfsAttributes, and then set to destination Azure 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 uploading. Preserving SMB permissions is only supported on Windows.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also