java.lang.Object
com.azure.resourcemanager.datafactory.models.DatasetStorageFormat
com.azure.resourcemanager.datafactory.models.OrcFormat

public final class OrcFormat extends DatasetStorageFormat
The data stored in Optimized Row Columnar (ORC) format.
  • Constructor Details

    • OrcFormat

      public OrcFormat()
  • Method Details

    • withSerializer

      public OrcFormat withSerializer(Object serializer)
      Set the serializer property: Serializer. Type: string (or Expression with resultType string).
      Overrides:
      withSerializer in class DatasetStorageFormat
      Parameters:
      serializer - the serializer value to set.
      Returns:
      the DatasetStorageFormat object itself.
    • withDeserializer

      public OrcFormat withDeserializer(Object deserializer)
      Set the deserializer property: Deserializer. Type: string (or Expression with resultType string).
      Overrides:
      withDeserializer in class DatasetStorageFormat
      Parameters:
      deserializer - the deserializer value to set.
      Returns:
      the DatasetStorageFormat object itself.
    • validate

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