Uses of Class
com.azure.resourcemanager.datafactory.models.ExcelDataset
Package
Description
Package containing the data models for DataFactoryManagementClient.
-
Uses of ExcelDataset in com.azure.resourcemanager.datafactory.models
Modifier and TypeMethodDescriptionExcelDataset.withAnnotations
(List<Object> annotations) Set the annotations property: List of tags that can be used for describing the Dataset.ExcelDataset.withCompression
(DatasetCompression compression) Set the compression property: The data compression method used for the json dataset.ExcelDataset.withDescription
(String description) Set the description property: Dataset description.ExcelDataset.withFirstRowAsHeader
(Object firstRowAsHeader) Set the firstRowAsHeader property: When used as input, treat the first row of data as headers.ExcelDataset.withFolder
(DatasetFolder folder) Set the folder property: The folder that this Dataset is in.ExcelDataset.withLinkedServiceName
(LinkedServiceReference linkedServiceName) Set the linkedServiceName property: Linked service reference.ExcelDataset.withLocation
(DatasetLocation location) Set the location property: The location of the excel storage.ExcelDataset.withNullValue
(Object nullValue) Set the nullValue property: The null value string.ExcelDataset.withParameters
(Map<String, ParameterSpecification> parameters) Set the parameters property: Parameters for dataset.Set the range property: The partial data of one sheet.ExcelDataset.withSchema
(Object schema) Set the schema property: Columns that define the physical type schema of the dataset.ExcelDataset.withSheetIndex
(Object sheetIndex) Set the sheetIndex property: The sheet index of excel file and default value is 0.ExcelDataset.withSheetName
(Object sheetName) Set the sheetName property: The sheet name of excel file.ExcelDataset.withStructure
(Object structure) Set the structure property: Columns that define the structure of the dataset.