Class AvroFormat

    • Constructor Detail

      • AvroFormat

        public AvroFormat()
    • Method Detail

      • withSerializer

        public AvroFormat 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 AvroFormat 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.