Show / Hide Table of Contents

Class FtpServerLocation

The location of ftp server dataset.

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

Constructors

FtpServerLocation()

Initializes a new instance of FtpServerLocation.

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