Click or drag to resize

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; }

Property Value

Type: Boolean
See Also