Dataset Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The Azure Data Factory nested object which identifies data within different data stores, such as tables, files, folders, and documents.
public class Dataset
type Dataset = class
Public Class Dataset
- Inheritance
-
Dataset
- Derived
Constructors
Dataset() |
Initializes a new instance of the Dataset class. |
Dataset(LinkedServiceReference, IDictionary<String,Object>, String, Object, Object, IDictionary<String,ParameterSpecification>, IList<Object>, DatasetFolder) |
Initializes a new instance of the Dataset class. |
Properties
AdditionalProperties |
Gets or sets unmatched properties from the message are deserialized this collection |
Annotations |
Gets or sets list of tags that can be used for describing the Dataset. |
Description |
Gets or sets dataset description. |
Folder |
Gets or sets the folder that this Dataset is in. If not specified, Dataset will appear at the root level. |
LinkedServiceName |
Gets or sets linked service reference. |
Parameters |
Gets or sets parameters for dataset. |
Schema |
Gets or sets columns that define the physical type schema of the dataset. Type: array (or Expression with resultType array), itemType: DatasetSchemaDataElement. |
Structure |
Gets or sets columns that define the structure of the dataset. Type: array (or Expression with resultType array), itemType: DatasetDataElement. |
Methods
Validate() |
Validate the object. |