Class DelimitedTextReadSettingsResponse


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

      • compressionProperties

        public java.util.Optional<java.lang.Object> compressionProperties()
        Returns:
        Compression settings.
      • skipLineCount

        public java.util.Optional<java.lang.Object> skipLineCount()
        Returns:
        Indicates the number of non-empty rows to skip when reading data from input files. Type: integer (or Expression with resultType integer).
      • type

        public java.lang.String type()
        Returns:
        The read setting type. Expected value is 'DelimitedTextReadSettings'.