Table of Contents

Enum CopyStatus

Namespace
Azure.Storage.Files.Shares.Models
Assembly
Azure.Storage.Files.Shares.dll

State of the copy operation identified by 'x-ms-copy-id'.

public enum CopyStatus

Fields

Aborted = 2

aborted

Failed = 3

failed

Pending = 0

pending

Success = 1

success