DatasetProperties Class

Definition

public class DatasetProperties : Microsoft.Azure.Management.DataFactories.Models.AdfResourceProperties<Microsoft.Azure.Management.DataFactories.Models.DatasetTypeProperties,Microsoft.Azure.Management.DataFactories.Models.GenericDataset>
Inheritance

Inherited Members

Microsoft.Azure.Management.DataFactories.Models.AdfResourceProperties`2

Constructors

DatasetProperties()
DatasetProperties(DatasetTypeProperties, Availability, String)
DatasetProperties(GenericDataset, Availability, String, String)

Properties

Availability

Required. Scheduler of the Dataset.

CreateTime

The time it is created.

Description

Dataset description.

ErrorMessage

Error in processing Dataset request.

External

Optional. If set to true, the Dataset is an external data set.

LinkedServiceName

Required. The referenced data linkedService name.

Policy

Policy applied to the Dataset.

ProvisioningState

The provisioning state of the Dataset.

Structure

Columns that define the structure of the Dataset.

Extension Methods

IsDefined(Object)
IsNull(Object)
IsPrimitive(Object)