Class OutputProperties


  • public final class OutputProperties
    extends Object
    The properties that are associated with an output.
    • Constructor Detail

      • OutputProperties

        public OutputProperties()
    • Method Detail

      • datasource

        public OutputDataSource datasource()
        Get the datasource property: Describes the data source that output will be written to. Required on PUT (CreateOrReplace) requests.
        Returns:
        the datasource value.
      • withDatasource

        public OutputProperties withDatasource​(OutputDataSource datasource)
        Set the datasource property: Describes the data source that output will be written to. Required on PUT (CreateOrReplace) requests.
        Parameters:
        datasource - the datasource value to set.
        Returns:
        the OutputProperties object itself.
      • timeWindow

        public String timeWindow()
        Get the timeWindow property: The time frame for filtering Stream Analytics job outputs.
        Returns:
        the timeWindow value.
      • withTimeWindow

        public OutputProperties withTimeWindow​(String timeWindow)
        Set the timeWindow property: The time frame for filtering Stream Analytics job outputs.
        Parameters:
        timeWindow - the timeWindow value to set.
        Returns:
        the OutputProperties object itself.
      • sizeWindow

        public Float sizeWindow()
        Get the sizeWindow property: The size window to constrain a Stream Analytics output to.
        Returns:
        the sizeWindow value.
      • withSizeWindow

        public OutputProperties withSizeWindow​(Float sizeWindow)
        Set the sizeWindow property: The size window to constrain a Stream Analytics output to.
        Parameters:
        sizeWindow - the sizeWindow value to set.
        Returns:
        the OutputProperties object itself.
      • serialization

        public Serialization serialization()
        Get 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.
        Returns:
        the serialization value.
      • withSerialization

        public OutputProperties 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.
        Parameters:
        serialization - the serialization value to set.
        Returns:
        the OutputProperties object itself.
      • diagnostics

        public Diagnostics diagnostics()
        Get the diagnostics property: Describes conditions applicable to the Input, Output, or the job overall, that warrant customer attention.
        Returns:
        the diagnostics value.
      • etag

        public String etag()
        Get the etag property: The current entity tag for the output. This is an opaque string. You can use it to detect whether the resource has changed between requests. You can also use it in the If-Match or If-None-Match headers for write operations for optimistic concurrency.
        Returns:
        the etag value.
      • validate

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