TransferManager Constructors
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.
Overloads
TransferManager() |
Protected constructor for mocking. |
TransferManager(TransferManagerOptions) |
Constructor to create a TransferManager. |
TransferManager()
- Source:
- TransferManager.cs
Protected constructor for mocking.
protected TransferManager ();
Protected Sub New ()
Applies to
TransferManager(TransferManagerOptions)
- Source:
- TransferManager.cs
Constructor to create a TransferManager.
public TransferManager (Azure.Storage.DataMovement.TransferManagerOptions options = default);
new Azure.Storage.DataMovement.TransferManager : Azure.Storage.DataMovement.TransferManagerOptions -> Azure.Storage.DataMovement.TransferManager
Public Sub New (Optional options As TransferManagerOptions = Nothing)
Parameters
- options
- TransferManagerOptions
Options that will apply to all transfers started by this TransferManager.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET