Show / Hide Table of Contents

Class AzureBlobFSLocation

The location of azure blobFS dataset.

Inheritance
System.Object
DatasetLocation
AzureBlobFSLocation
Inherited Members
DatasetLocation.AdditionalProperties
DatasetLocation.FileName
DatasetLocation.FolderPath
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()

Initializes a new instance of AzureBlobFSLocation.

Declaration
public 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

Back to top Azure SDK for .NET