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