Show / Hide Table of Contents

Class DatasetFolder

The folder that this Dataset is in. If not specified, Dataset will appear at the root level.

Inheritance
System.Object
DatasetFolder
Namespace: System.Dynamic.ExpandoObject
Assembly: Azure.Analytics.Synapse.Artifacts.dll
Syntax
public class DatasetFolder

Constructors

DatasetFolder()

Initializes a new instance of DatasetFolder.

Declaration
public DatasetFolder ();

Properties

Name

The name of the folder that this Dataset is in.

Declaration
public string Name { get; set; }
Property Value
System.String

Back to top Azure SDK for .NET