CopyMethod Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enum to indicate how the copying operation is handled in DataMovement Library.
public enum CopyMethod
type CopyMethod =
Public Enum CopyMethod
- Inheritance
-
CopyMethod
Fields
Name | Value | Description |
---|---|---|
SyncCopy | 0 | To download data from source to memory, and upload the data from memory to destination. |
ServiceSideAsyncCopy | 1 | To send a start copy request to azure storage to let it do the copying, and monitor the copying progress until the copy completed. |
ServiceSideSyncCopy | 2 | To copy content of each chunk with with Put Block From URL, Append Block From URL or Put Page From URL.
See |
Applies to
Azure SDK for .NET