DirectoryOptions Class

 

Updated: January 5, 2017

Represents a set of options that may be specified for directory transfer operation

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


public class DirectoryOptions

NameDescription
System_CAPS_pubpropertyRecursive

Gets or sets a boolean that indicates whether to include subdirectories when doing a directory transfer operation.

System_CAPS_pubpropertySearchPattern

Gets or sets a string that will be used to match against the names of files.

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(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: