Class DatasetLocation
Dataset location. Please note DatasetLocation is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include AmazonS3Location, AzureBlobFSLocation, AzureBlobStorageLocation, AzureDataLakeStoreLocation, AzureFileStorageLocation, FileServerLocation, FtpServerLocation, GoogleCloudStorageLocation, HdfsLocation, HttpServerLocation, LakeHouseLocation and SftpLocation.
Inheritance
System.Object
DatasetLocation
Namespace: System.Dynamic.ExpandoObject
Assembly: Azure.Analytics.Synapse.Artifacts.dll
Syntax
[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.DatasetLocation/DatasetLocationConverter))]
public abstract class DatasetLocation
Constructors
DatasetLocation()
Properties
AdditionalProperties
Additional Properties.
Declaration
public System.Collections.Generic.IDictionary<string,object> AdditionalProperties { get; }
Property Value
|
System.Collections.Generic.IDictionary<System.String,System.Object>
|
FileName
Specify the file name of dataset. Type: string (or Expression with resultType string).
Declaration
public object FileName { get; set; }
Property Value
|
System.Object
|
FolderPath
Specify the folder path of dataset. Type: string (or Expression with resultType string).
Declaration
public object FolderPath { get; set; }
Property Value
|
System.Object
|