Class BinaryDatasetTypeProperties


  • public final class BinaryDatasetTypeProperties
    extends Object
    Binary dataset properties.
    • Constructor Detail

      • BinaryDatasetTypeProperties

        public BinaryDatasetTypeProperties()
    • Method Detail

      • location

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

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

        public DatasetCompression compression()
        Get the compression property: The data compression method used for the binary dataset.
        Returns:
        the compression value.
      • withCompression

        public BinaryDatasetTypeProperties withCompression​(DatasetCompression compression)
        Set the compression property: The data compression method used for the binary dataset.
        Parameters:
        compression - the compression value to set.
        Returns:
        the BinaryDatasetTypeProperties object itself.
      • validate

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