Constants Class

 

Updated: January 5, 2017

Constants for use with the transfer classes.

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

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

public static class Constants

NameDescription
System_CAPS_pubfieldSystem_CAPS_staticDefaultBlockSize

Default block size, 4MB.

System_CAPS_pubfieldSystem_CAPS_staticDefaultMemoryChunkSize

Default memory chunk size of memory pool, 4MB.

System_CAPS_pubfieldSystem_CAPS_staticMaxBlockSize

Stores the max block size, 100MB.

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

Return to top
Show: