ExcelDatasetResponse

data class ExcelDatasetResponse(val annotations: List<Any>? = null, val compression: DatasetCompressionResponse? = null, val description: String? = null, val firstRowAsHeader: Any? = null, val folder: DatasetResponseFolder? = null, val linkedServiceName: LinkedServiceReferenceResponse, val location: Any, val nullValue: Any? = null, val parameters: Map<String, ParameterSpecificationResponse>? = null, val range: Any? = null, val schema: Any? = null, val sheetIndex: Any? = null, val sheetName: Any? = null, val structure: Any? = null, val type: String)

Excel dataset.

Constructors

Link copied to clipboard
constructor(annotations: List<Any>? = null, compression: DatasetCompressionResponse? = null, description: String? = null, firstRowAsHeader: Any? = null, folder: DatasetResponseFolder? = null, linkedServiceName: LinkedServiceReferenceResponse, location: Any, nullValue: Any? = null, parameters: Map<String, ParameterSpecificationResponse>? = null, range: Any? = null, schema: Any? = null, sheetIndex: Any? = null, sheetName: Any? = null, structure: Any? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val annotations: List<Any>? = null

List of tags that can be used for describing the Dataset.

Link copied to clipboard

The data compression method used for the json dataset.

Link copied to clipboard
val description: String? = null

Dataset description.

Link copied to clipboard
val firstRowAsHeader: Any? = null

When used as input, treat the first row of data as headers. When used as output,write the headers into the output as the first row of data. The default value is false. Type: boolean (or Expression with resultType boolean).

Link copied to clipboard

The folder that this Dataset is in. If not specified, Dataset will appear at the root level.

Link copied to clipboard
Link copied to clipboard

The location of the excel storage.

Link copied to clipboard
val nullValue: Any? = null

The null value string. Type: string (or Expression with resultType string).

Link copied to clipboard

Parameters for dataset.

Link copied to clipboard
val range: Any? = null

The partial data of one sheet. Type: string (or Expression with resultType string).

Link copied to clipboard
val schema: Any? = null

Columns that define the physical type schema of the dataset. Type: array (or Expression with resultType array), itemType: DatasetSchemaDataElement.

Link copied to clipboard
val sheetIndex: Any? = null

The sheet index of excel file and default value is 0. Type: integer (or Expression with resultType integer)

Link copied to clipboard
val sheetName: Any? = null

The sheet name of excel file. Type: string (or Expression with resultType string).

Link copied to clipboard
val structure: Any? = null

Columns that define the structure of the dataset. Type: array (or Expression with resultType array), itemType: DatasetDataElement.

Link copied to clipboard

Type of dataset. Expected value is 'Excel'.