共用方式為


AzureBlobDataset.FileName Property

Definition

Gets or sets the name of the Azure Blob. Type: string (or Expression with resultType string).

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to