Class ReferenceInputProperties


  • public final class ReferenceInputProperties
    extends InputProperties
    The properties that are associated with an input containing reference data.
    • Constructor Detail

      • ReferenceInputProperties

        public ReferenceInputProperties()
    • Method Detail

      • datasource

        public ReferenceInputDataSource datasource()
        Get the datasource property: Describes an input data source that contains reference data. Required on PUT (CreateOrReplace) requests.
        Returns:
        the datasource value.
      • withDatasource

        public ReferenceInputProperties withDatasource​(ReferenceInputDataSource datasource)
        Set the datasource property: Describes an input data source that contains reference data. Required on PUT (CreateOrReplace) requests.
        Parameters:
        datasource - the datasource value to set.
        Returns:
        the ReferenceInputProperties object itself.
      • withSerialization

        public ReferenceInputProperties withSerialization​(Serialization serialization)
        Set the serialization property: Describes how data from an input is serialized or how data is serialized when written to an output. Required on PUT (CreateOrReplace) requests.
        Overrides:
        withSerialization in class InputProperties
        Parameters:
        serialization - the serialization value to set.
        Returns:
        the InputProperties object itself.
      • withPartitionKey

        public ReferenceInputProperties withPartitionKey​(String partitionKey)
        Set the partitionKey property: partitionKey Describes a key in the input data which is used for partitioning the input data.
        Overrides:
        withPartitionKey in class InputProperties
        Parameters:
        partitionKey - the partitionKey value to set.
        Returns:
        the InputProperties object itself.