AZSCopyState Class Reference

Inherits from NSObject
Declared in AZSCopyState.h
AZSCopyState.m

Overview

The latest status of an async blob copy operation.

  operationId

The ID for this copy operation. Generated by the service.

@property (copy, AZSNullable) NSString *operationId

Discussion

The ID for this copy operation. Generated by the service.

Declared In

AZSCopyState.h

  completionTime

The time that the copy completed. Generated by the service, only valid for after the copy has completed.

@property (copy, AZSNullable) NSDate *completionTime

Discussion

The time that the copy completed. Generated by the service, only valid for after the copy has completed.

Declared In

AZSCopyState.h

  copyStatus

The current status of the copy operation.

@property AZSCopyStatus copyStatus

Discussion

The current status of the copy operation.

Declared In

AZSCopyState.h

  source

The source being used as the copy.

@property (copy, AZSNullable) NSURL *source

Discussion

The source being used as the copy.

Declared In

AZSCopyState.h

  bytesCopied

The total number of bytes copied so far.

@property (copy, AZSNullable) NSNumber *bytesCopied

Discussion

The total number of bytes copied so far.

Declared In

AZSCopyState.h

  totalBytes

The total number of bytes that will be copied.

@property (copy, AZSNullable) NSNumber *totalBytes

Discussion

The total number of bytes that will be copied.

Declared In

AZSCopyState.h

  statusDescription

Contains a description of the last fatal or non-fatal copy operation failure.

@property (copy, AZSNullable) NSString *statusDescription

Discussion

Contains a description of the last fatal or non-fatal copy operation failure.

Declared In

AZSCopyState.h