Show / Hide Table of Contents

Class AzureDataLakeStoreLocation

The location of azure data lake store dataset.

Inheritance
System.Object
DatasetLocation
AzureDataLakeStoreLocation
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.AzureDataLakeStoreLocation/AzureDataLakeStoreLocationConverter))]
public class AzureDataLakeStoreLocation : Azure.Analytics.Synapse.Artifacts.Models.DatasetLocation

Constructors

AzureDataLakeStoreLocation()

Initializes a new instance of AzureDataLakeStoreLocation.

Declaration
public AzureDataLakeStoreLocation ();
Back to top Azure SDK for .NET