java.lang.Object
com.azure.analytics.synapse.artifacts.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, SapOpenHubTableDataset, SapTableResourceDataset, ServiceNowObjectDataset, SharePointOnlineListResourceDataset, ShopifyObjectDataset, SnowflakeDataset, SparkObjectDataset, SqlServerTableDataset, SquareObjectDataset, SybaseTableDataset, TeradataTableDataset, VerticaTableDataset, WebTableDataset, XeroObjectDataset, XmlDataset, ZohoObjectDataset

public class Dataset extends Object
The Azure Data Factory nested object which identifies data within different data stores, such as tables, files, folders, and documents.
  • Constructor Details

    • Dataset

      public Dataset()
  • Method Details

    • getDescription

      public String getDescription()
      Get the description property: Dataset description.
      Returns:
      the description value.
    • setDescription

      public Dataset setDescription(String description)
      Set the description property: Dataset description.
      Parameters:
      description - the description value to set.
      Returns:
      the Dataset object itself.
    • getStructure

      public Object getStructure()
      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.
    • setStructure

      public Dataset setStructure(Object structure)
      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.
    • getSchema

      public Object getSchema()
      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.
    • setSchema

      public Dataset setSchema(Object schema)
      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.
    • getLinkedServiceName

      public LinkedServiceReference getLinkedServiceName()
      Get the linkedServiceName property: Linked service reference.
      Returns:
      the linkedServiceName value.
    • setLinkedServiceName

      public Dataset setLinkedServiceName(LinkedServiceReference linkedServiceName)
      Set the linkedServiceName property: Linked service reference.
      Parameters:
      linkedServiceName - the linkedServiceName value to set.
      Returns:
      the Dataset object itself.
    • getParameters

      public Map<String,ParameterSpecification> getParameters()
      Get the parameters property: Parameters for dataset.
      Returns:
      the parameters value.
    • setParameters

      public Dataset setParameters(Map<String,ParameterSpecification> parameters)
      Set the parameters property: Parameters for dataset.
      Parameters:
      parameters - the parameters value to set.
      Returns:
      the Dataset object itself.
    • getAnnotations

      public List<Object> getAnnotations()
      Get the annotations property: List of tags that can be used for describing the Dataset.
      Returns:
      the annotations value.
    • setAnnotations

      public Dataset setAnnotations(List<Object> annotations)
      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.
    • getFolder

      public DatasetFolder getFolder()
      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.
    • setFolder

      public Dataset setFolder(DatasetFolder folder)
      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.
    • getAdditionalProperties

      public Map<String,Object> getAdditionalProperties()
      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.
    • setAdditionalProperties

      public Dataset setAdditionalProperties(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.
      Parameters:
      additionalProperties - the additionalProperties value to set.
      Returns:
      the Dataset object itself.