Class ShareFileCopyInfo
ShareFileCopyInfo.
public class ShareFileCopyInfo
- Inheritance
-
ShareFileCopyInfo
- Inherited Members
Properties
CopyId
String identifier for this copy operation. Use with Get File or Get File Properties to check the status of this copy operation, or pass to Abort Copy File to abort a pending copy.
public string CopyId { get; }
Property Value
CopyStatus
State of the copy operation identified by x-ms-copy-id.
public CopyStatus CopyStatus { get; }
Property Value
ETag
If the copy is completed, contains the ETag of the destination file. If the copy is not complete, contains the ETag of the empty file created at the start of the copy.
public ETag ETag { get; }
Property Value
- ETag
LastModified
Returns the date/time that the copy operation to the destination file completed.
public DateTimeOffset LastModified { get; }