AZSCopyState Class Reference
| Inherits from | NSObject |
|---|---|
| Declared in | AZSCopyState.h AZSCopyState.m |
operationId
The ID for this copy operation. Generated by the service.
@property (copy, AZSNullable) NSString *operationIdDiscussion
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 *completionTimeDiscussion
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 copyStatusDiscussion
The current status of the copy operation.
Declared In
AZSCopyState.h
source
The source being used as the copy.
@property (copy, AZSNullable) NSURL *sourceDiscussion
The source being used as the copy.
Declared In
AZSCopyState.h
bytesCopied
The total number of bytes copied so far.
@property (copy, AZSNullable) NSNumber *bytesCopiedDiscussion
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 *totalBytesDiscussion
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 *statusDescriptionDiscussion
Contains a description of the last fatal or non-fatal copy operation failure.
Declared In
AZSCopyState.h