TransferStatus 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.
Defines the status of the Transfer Job.
public class TransferStatus : IEquatable<Azure.Storage.DataMovement.TransferStatus>
type TransferStatus = class
interface IEquatable<TransferStatus>
Public Class TransferStatus
Implements IEquatable(Of TransferStatus)
- Inheritance
-
TransferStatus
- Implements
Constructors
TransferStatus() |
Constructor to set the initial state to Queued with no failures or skipped items. |
TransferStatus(TransferState, Boolean, Boolean) |
Constructor to have a custom state, failure state, and skipped state. |
Properties
HasCompletedSuccessfully |
Represents if the transfer has completed successfully without any failure or skipped items. |
HasFailedItems |
Represents if transfer has any failure items. If set to |
HasSkippedItems |
Represents if transfer has any skipped items. If set to It's possible to never have any items skipped if SkipIfExists is not enabled in the CreationMode. |
State |
Defines the state of the transfer. |
Methods
Equals(Object) |
Determines whether the specified object is equal to the current object. |
Equals(TransferStatus) |
Indicates whether the current object is equal to another object of the same type. |
GetHashCode() |
Serves as the default hash function. |
Operators
Equality(TransferStatus, TransferStatus) |
Equality operator. |
Inequality(TransferStatus, TransferStatus) |
Inequality operator. |
Applies to
Azure SDK for .NET