TransferOperation 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.
Containers information about the transfer and its status as well as provides hooks to perform operations on the transfer.
public class TransferOperation
type TransferOperation = class
Public Class TransferOperation
- Inheritance
-
TransferOperation
Properties
HasCompleted |
Defines whether the transfer has completed. |
Id |
Transfer id. |
Status |
Defines the current Transfer Status of the Data Transfer. |
TransferManager |
The TransferManager responsible for this transfer. |
Methods
PauseAsync(CancellationToken) |
Attempts to pause the current transfer. |
WaitForCompletionAsync(CancellationToken) |
Waits until the transfer has completed. |
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