DataTransferErrorMode Enum
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.
Defines the Error Handling Path to take when a failure or error occurs.
This enumeration supports a bitwise combination of its member values.
[System.Flags]
public enum DataTransferErrorMode
[<System.Flags>]
type DataTransferErrorMode =
Public Enum DataTransferErrorMode
- Inheritance
-
DataTransferErrorMode
- Attributes
Fields
Name | Value | Description |
---|---|---|
StopOnAnyFailure | 0 | Default. If set and by default all the transfer jobs will terminate quickly on encountering failures from the storage service and filesystem failures. |
ContinueOnFailure | 1 | If set all the transfer jobs will ignore failures and proceed with the other sub-entities of the transfer job and pending transfer jobs. If not set the operation will terminate quickly on encountering failures. |
Applies to
Azure SDK for .NET