Share via


CopyOptions Class

 

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)

Inheritance Hierarchy

System.Object
  Microsoft.WindowsAzure.Storage.DataMovement.CopyOptions

Syntax

public sealed class CopyOptions

Constructors

Name Description
System_CAPS_pubmethod CopyOptions()

Properties

Name Description
System_CAPS_pubproperty DestinationAccessCondition

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

System_CAPS_pubproperty SourceAccessCondition

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

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Thread Safety

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

See Also

Microsoft.WindowsAzure.Storage.DataMovement Namespace

Return to top