Constants Class

 

Constants for use with the transfer classes.

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

Inheritance Hierarchy

System.Object
  Microsoft.WindowsAzure.Storage.DataMovement.Constants

Syntax

public static class Constants

Fields

Name Description
System_CAPS_pubfieldSystem_CAPS_static DefaultBlockSize

Default block size, 4MB.

System_CAPS_pubfieldSystem_CAPS_static DefaultMemoryChunkSize

Default memory chunk size of memory pool, 4MB.

System_CAPS_pubfieldSystem_CAPS_static MaxBlockSize

Stores the max block size, 100MB.

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