Class ExcelDatasetResponse


  • public final class ExcelDatasetResponse
    extends java.lang.Object
    • Method Detail

      • annotations

        public java.util.List<java.lang.Object> annotations()
        Returns:
        List of tags that can be used for describing the Dataset.
      • compression

        public java.util.Optional<DatasetCompressionResponse> compression()
        Returns:
        The data compression method used for the json dataset.
      • description

        public java.util.Optional<java.lang.String> description()
        Returns:
        Dataset description.
      • firstRowAsHeader

        public java.util.Optional<java.lang.Object> firstRowAsHeader()
        Returns:
        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).
      • folder

        public java.util.Optional<DatasetResponseFolder> folder()
        Returns:
        The folder that this Dataset is in. If not specified, Dataset will appear at the root level.
      • location

        public java.lang.Object location()
        Returns:
        The location of the excel storage.
      • nullValue

        public java.util.Optional<java.lang.Object> nullValue()
        Returns:
        The null value string. Type: string (or Expression with resultType string).
      • range

        public java.util.Optional<java.lang.Object> range()
        Returns:
        The partial data of one sheet. Type: string (or Expression with resultType string).
      • schema

        public java.util.Optional<java.lang.Object> schema()
        Returns:
        Columns that define the physical type schema of the dataset. Type: array (or Expression with resultType array), itemType: DatasetSchemaDataElement.
      • sheetIndex

        public java.util.Optional<java.lang.Object> sheetIndex()
        Returns:
        The sheet index of excel file and default value is 0. Type: integer (or Expression with resultType integer)
      • sheetName

        public java.util.Optional<java.lang.Object> sheetName()
        Returns:
        The sheet name of excel file. Type: string (or Expression with resultType string).
      • structure

        public java.util.Optional<java.lang.Object> structure()
        Returns:
        Columns that define the structure of the dataset. Type: array (or Expression with resultType array), itemType: DatasetDataElement.
      • type

        public java.lang.String type()
        Returns:
        Type of dataset. Expected value is 'Excel'.