Class ParquetDatasetTypeProperties


  • public final class ParquetDatasetTypeProperties
    extends Object
    Parquet dataset properties.
    • Constructor Detail

      • ParquetDatasetTypeProperties

        public ParquetDatasetTypeProperties()
    • Method Detail

      • location

        public DatasetLocation location()
        Get the location property: The location of the parquet storage.
        Returns:
        the location value.
      • withLocation

        public ParquetDatasetTypeProperties withLocation​(DatasetLocation location)
        Set the location property: The location of the parquet storage.
        Parameters:
        location - the location value to set.
        Returns:
        the ParquetDatasetTypeProperties object itself.
      • compressionCodec

        public Object compressionCodec()
        Get the compressionCodec property: The data compressionCodec. Type: string (or Expression with resultType string).
        Returns:
        the compressionCodec value.
      • withCompressionCodec

        public ParquetDatasetTypeProperties withCompressionCodec​(Object compressionCodec)
        Set the compressionCodec property: The data compressionCodec. Type: string (or Expression with resultType string).
        Parameters:
        compressionCodec - the compressionCodec value to set.
        Returns:
        the ParquetDatasetTypeProperties object itself.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.