SingleChunkStatus 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.
Status of a transfer of single entry
public enum SingleChunkStatus
type SingleChunkStatus =
Public Enum SingleChunkStatus
- Inheritance
-
SingleChunkStatus
Fields
Name | Value | Description |
---|---|---|
Successful | 0 | Transfer is successful |
Failed | 1 | Transfer failed |
Skipped | 2 | If the destination file exists and the user has selected to fail if the destination exists then it is skipped |
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