TransferConfigurations Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
TransferConfigurations class.
public class TransferConfigurations
type TransferConfigurations = class
Public Class TransferConfigurations
- Inheritance
-
TransferConfigurations
Constructors
TransferConfigurations() |
Initializes a new instance of the TransferConfigurations class. |
Properties
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. |
MaxListingConcurrency |
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. |
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. |
UserAgentPrefix |
Gets or sets the user agent prefix |
Applies to
Azure SDK for .NET