Class AzureBlobFSLocation
The location of azure blobFS dataset.
Inherited Members
Namespace: System.Dynamic.ExpandoObject
Assembly: Azure.Analytics.Synapse.Artifacts.dll
Syntax
[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.AzureBlobFSLocation/AzureBlobFSLocationConverter))]
public class AzureBlobFSLocation : Azure.Analytics.Synapse.Artifacts.Models.DatasetLocation
Constructors
AzureBlobFSLocation()
Properties
FileSystem
Specify the fileSystem of azure blobFS. Type: string (or Expression with resultType string).
Declaration
public object FileSystem { get; set; }
Property Value
|
System.Object
|