CopyOptions Class

 

Updated: January 5, 2017

Represents a set of options that may be specified for copy operation

Namespace:   Microsoft.WindowsAzure.Storage.DataMovement
Assembly:  Microsoft.WindowsAzure.Storage.DataMovement (in Microsoft.WindowsAzure.Storage.DataMovement.dll)

SystemObject
  Microsoft.WindowsAzure.Storage.DataMovementCopyOptions

public sealed class CopyOptions

NameDescription
System_CAPS_pubproperty

Gets or sets an AccessCondition object that represents the access conditions for the destination object. If null, no condition is used.

System_CAPS_pubproperty

Gets or sets an AccessCondition object that represents the access conditions for the source object. If null, no condition is used.

NameDescription
System_CAPS_pubmethodEquals

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode

(Inherited from Object.)

System_CAPS_pubmethodGetType

(Inherited from Object.)

System_CAPS_pubmethodToString

(Inherited from Object.)

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: