Class OrcDatasetTypeProperties

java.lang.Object
com.azure.resourcemanager.datafactory.fluent.models.OrcDatasetTypeProperties

public final class OrcDatasetTypeProperties extends Object
ORC dataset properties.
  • Constructor Details

    • OrcDatasetTypeProperties

      public OrcDatasetTypeProperties()
  • Method Details

    • location

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

      public OrcDatasetTypeProperties withLocation(DatasetLocation location)
      Set the location property: The location of the ORC data storage.
      Parameters:
      location - the location value to set.
      Returns:
      the OrcDatasetTypeProperties object itself.
    • orcCompressionCodec

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

      public OrcDatasetTypeProperties withOrcCompressionCodec(Object orcCompressionCodec)
      Set the orcCompressionCodec property: The data orcCompressionCodec. Type: string (or Expression with resultType string).
      Parameters:
      orcCompressionCodec - the orcCompressionCodec value to set.
      Returns:
      the OrcDatasetTypeProperties object itself.
    • validate

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