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()
Properties
Name
The name of the folder that this Dataset is in.
Declaration
public string Name { get; set; }
Property Value
|
System.String
|