Azure.Storage.Blobs.Models.CopyFromUriOperation
An Operation<T> for tracking the status of a
StartCopyFromUriAsync
request. Its Value upon successful
completion will be the number of bytes copied.
namespace Azure.Storage.Blobs.Models
{
public class CopyFromUriOperation
{
protected CopyFromUriOperation();
public CopyFromUriOperation(string id, BlobBaseClient client);
}
}