UploadDirectoryOptionsFollowSymlink Property |
Gets or sets whether to follow symlinked directories. This option only works in Unix/Linux platforms.
Namespace:
Microsoft.Azure.Storage.DataMovement
Assembly:
Microsoft.Azure.Storage.DataMovement (in Microsoft.Azure.Storage.DataMovement.dll) Version: 2.0.1.0 (2.0.1.0)
Syntax public bool FollowSymlink { get; set; }
Public Property FollowSymlink As Boolean
Get
Set
public:
property bool FollowSymlink {
bool get ();
void set (bool value);
}
member FollowSymlink : bool with get, set
Property Value
Type:
BooleanSee Also