Share via


AzureFileStorageLinkedService.FileShare Property

Definition

The azure file share name. It is required when auth with accountKey/sasToken. Type: string (or Expression with resultType string).

public Azure.Core.Expressions.DataFactory.DataFactoryElement<string> FileShare { get; set; }
member this.FileShare : Azure.Core.Expressions.DataFactory.DataFactoryElement<string> with get, set
Public Property FileShare As DataFactoryElement(Of String)

Property Value

Applies to