Class Dataset
java.lang.Object
com.azure.resourcemanager.datafactory.models.Dataset
- Direct Known Subclasses:
AmazonMwsObjectDataset
,AmazonRdsForOracleTableDataset
,AmazonRdsForSqlServerTableDataset
,AmazonRedshiftTableDataset
,AmazonS3Dataset
,AvroDataset
,AzureBlobDataset
,AzureBlobFSDataset
,AzureDatabricksDeltaLakeDataset
,AzureDataExplorerTableDataset
,AzureDataLakeStoreDataset
,AzureMariaDBTableDataset
,AzureMySqlTableDataset
,AzurePostgreSqlTableDataset
,AzureSearchIndexDataset
,AzureSqlDWTableDataset
,AzureSqlMITableDataset
,AzureSqlTableDataset
,AzureTableDataset
,BinaryDataset
,CassandraTableDataset
,CommonDataServiceForAppsEntityDataset
,ConcurObjectDataset
,CosmosDbMongoDbApiCollectionDataset
,CosmosDbSqlApiCollectionDataset
,CouchbaseTableDataset
,CustomDataset
,Db2TableDataset
,DelimitedTextDataset
,DocumentDbCollectionDataset
,DrillTableDataset
,DynamicsAXResourceDataset
,DynamicsCrmEntityDataset
,DynamicsEntityDataset
,EloquaObjectDataset
,ExcelDataset
,FileShareDataset
,GoogleAdWordsObjectDataset
,GoogleBigQueryObjectDataset
,GreenplumTableDataset
,HBaseObjectDataset
,HiveObjectDataset
,HttpDataset
,HubspotObjectDataset
,ImpalaObjectDataset
,InformixTableDataset
,JiraObjectDataset
,JsonDataset
,MagentoObjectDataset
,MariaDBTableDataset
,MarketoObjectDataset
,MicrosoftAccessTableDataset
,MongoDbAtlasCollectionDataset
,MongoDbCollectionDataset
,MongoDbV2CollectionDataset
,MySqlTableDataset
,NetezzaTableDataset
,ODataResourceDataset
,OdbcTableDataset
,Office365Dataset
,OracleServiceCloudObjectDataset
,OracleTableDataset
,OrcDataset
,ParquetDataset
,PaypalObjectDataset
,PhoenixObjectDataset
,PostgreSqlTableDataset
,PrestoObjectDataset
,QuickBooksObjectDataset
,RelationalTableDataset
,ResponsysObjectDataset
,RestResourceDataset
,SalesforceMarketingCloudObjectDataset
,SalesforceObjectDataset
,SalesforceServiceCloudObjectDataset
,SapBwCubeDataset
,SapCloudForCustomerResourceDataset
,SapEccResourceDataset
,SapHanaTableDataset
,SapOdpResourceDataset
,SapOpenHubTableDataset
,SapTableResourceDataset
,ServiceNowObjectDataset
,SharePointOnlineListResourceDataset
,ShopifyObjectDataset
,SnowflakeDataset
,SparkObjectDataset
,SqlServerTableDataset
,SquareObjectDataset
,SybaseTableDataset
,TeradataTableDataset
,VerticaTableDataset
,WebTableDataset
,XeroObjectDataset
,XmlDataset
,ZohoObjectDataset
The Azure Data Factory nested object which identifies data within different data stores, such as tables, files,
folders, and documents.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the additionalProperties property: The Azure Data Factory nested object which identifies data within different data stores, such as tables, files, folders, and documents.Get the annotations property: List of tags that can be used for describing the Dataset.Get the description property: Dataset description.folder()
Get the folder property: The folder that this Dataset is in.Get the linkedServiceName property: Linked service reference.Get the parameters property: Parameters for dataset.schema()
Get the schema property: Columns that define the physical type schema of the dataset.Get the structure property: Columns that define the structure of the dataset.void
validate()
Validates the instance.withAdditionalProperties
(Map<String, Object> additionalProperties) Set the additionalProperties property: The Azure Data Factory nested object which identifies data within different data stores, such as tables, files, folders, and documents.withAnnotations
(List<Object> annotations) Set the annotations property: List of tags that can be used for describing the Dataset.withDescription
(String description) Set the description property: Dataset description.withFolder
(DatasetFolder folder) Set the folder property: The folder that this Dataset is in.withLinkedServiceName
(LinkedServiceReference linkedServiceName) Set the linkedServiceName property: Linked service reference.withParameters
(Map<String, ParameterSpecification> parameters) Set the parameters property: Parameters for dataset.withSchema
(Object schema) Set the schema property: Columns that define the physical type schema of the dataset.withStructure
(Object structure) Set the structure property: Columns that define the structure of the dataset.
-
Constructor Details
-
Dataset
public Dataset()Creates an instance of Dataset class.
-
-
Method Details
-
description
Get the description property: Dataset description.- Returns:
- the description value.
-
withDescription
Set the description property: Dataset description.- Parameters:
description
- the description value to set.- Returns:
- the Dataset object itself.
-
structure
Get the structure property: Columns that define the structure of the dataset. Type: array (or Expression with resultType array), itemType: DatasetDataElement.- Returns:
- the structure value.
-
withStructure
Set the structure property: Columns that define the structure of the dataset. Type: array (or Expression with resultType array), itemType: DatasetDataElement.- Parameters:
structure
- the structure value to set.- Returns:
- the Dataset object itself.
-
schema
Get the schema property: Columns that define the physical type schema of the dataset. Type: array (or Expression with resultType array), itemType: DatasetSchemaDataElement.- Returns:
- the schema value.
-
withSchema
Set the schema property: Columns that define the physical type schema of the dataset. Type: array (or Expression with resultType array), itemType: DatasetSchemaDataElement.- Parameters:
schema
- the schema value to set.- Returns:
- the Dataset object itself.
-
linkedServiceName
Get the linkedServiceName property: Linked service reference.- Returns:
- the linkedServiceName value.
-
withLinkedServiceName
Set the linkedServiceName property: Linked service reference.- Parameters:
linkedServiceName
- the linkedServiceName value to set.- Returns:
- the Dataset object itself.
-
parameters
Get the parameters property: Parameters for dataset.- Returns:
- the parameters value.
-
withParameters
Set the parameters property: Parameters for dataset.- Parameters:
parameters
- the parameters value to set.- Returns:
- the Dataset object itself.
-
annotations
Get the annotations property: List of tags that can be used for describing the Dataset.- Returns:
- the annotations value.
-
withAnnotations
Set the annotations property: List of tags that can be used for describing the Dataset.- Parameters:
annotations
- the annotations value to set.- Returns:
- the Dataset object itself.
-
folder
Get the folder property: The folder that this Dataset is in. If not specified, Dataset will appear at the root level.- Returns:
- the folder value.
-
withFolder
Set the folder property: The folder that this Dataset is in. If not specified, Dataset will appear at the root level.- Parameters:
folder
- the folder value to set.- Returns:
- the Dataset object itself.
-
additionalProperties
Get the additionalProperties property: The Azure Data Factory nested object which identifies data within different data stores, such as tables, files, folders, and documents.- Returns:
- the additionalProperties value.
-
withAdditionalProperties
Set the additionalProperties property: The Azure Data Factory nested object which identifies data within different data stores, such as tables, files, folders, and documents.- Parameters:
additionalProperties
- the additionalProperties value to set.- Returns:
- the Dataset object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-