Show / Hide Table of Contents

Class SftpLocation

The location of SFTP dataset.

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

Constructors

SftpLocation()

Initializes a new instance of SftpLocation.

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