Click or drag to resize

TransferConfigurations Class

TransferConfigurations class.
Inheritance Hierarchy
SystemObject
  Microsoft.Azure.Storage.DataMovementTransferConfigurations

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 class TransferConfigurations

The TransferConfigurations type exposes the following members.

Constructors
  NameDescription
Public methodTransferConfigurations
Initializes a new instance of the TransferConfigurations class.
Top
Properties
  NameDescription
Public propertyBlockSize
Gets or sets the BlockSize to use for Windows Azure Storage transfers to block blob(s). It must be between 4MB and 100MB and be multiple of 4MB. Currently, the max block count of a block blob is limited to 50000. When transfering a big file and the BlockSize provided is smaller than the minimum value - (size/50000), it'll be reset to a value which is greater than the minimum value and multiple of 4MB for this file.
Public propertyMaxListingConcurrency
Gets or sets a value indicating how many listing works to process concurrently. When source is an Azure File directory or local file directory, DataMovement Library would list the directory in parallel. This value is to indicate the maximum number of listing works to process in parallel.
Public propertyParallelOperations
Gets or sets a value indicating how many work items to process concurrently. Downloading or uploading a single blob can consist of a large number of work items.
Public propertyUserAgentPrefix
Gets or sets the user agent prefix
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(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.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also