Bagikan melalui


AzureFileStorageLinkedService.FileShare Property

Definition

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

[Newtonsoft.Json.JsonProperty(PropertyName="typeProperties.fileShare")]
public object FileShare { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="typeProperties.fileShare")>]
member this.FileShare : obj with get, set
Public Property FileShare As Object

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to