TransferConfigurations Class

 

TransferConfigurations class.

Namespace:   Microsoft.WindowsAzure.Storage.DataMovement
Assembly:  Microsoft.WindowsAzure.Storage.DataMovement (in Microsoft.WindowsAzure.Storage.DataMovement.dll)

Inheritance Hierarchy

System.Object
  Microsoft.WindowsAzure.Storage.DataMovement.TransferConfigurations

Syntax

public class TransferConfigurations

Constructors

Name Description
System_CAPS_pubmethod TransferConfigurations()

Initializes a new instance of the TransferConfigurations class.

Properties

Name Description
System_CAPS_pubproperty BlockSize

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.

System_CAPS_pubproperty ParallelOperations

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.

System_CAPS_pubproperty UserAgentPrefix

Gets or sets the user agent prefix

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Thread Safety

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.WindowsAzure.Storage.DataMovement Namespace

Return to top