Table of Contents

Enum CopyStatus

Namespace
Microsoft.WindowsAzure.Storage.Blob
Assembly
Microsoft.WindowsAzure.Storage.dll

Represents the status of a copy blob operation.

public enum CopyStatus

Fields

Aborted = 3

The copy operation has been aborted.

Failed = 4

The copy operation encountered an error.

Invalid = 0

The copy status is invalid.

Pending = 1

The copy operation is pending.

Success = 2

The copy operation succeeded.