Class GetOutputResult


  • public final class GetOutputResult
    extends java.lang.Object
    • Method Detail

      • datasource

        public java.util.Optional<java.lang.Object> datasource()
        Returns:
        Describes the data source that output will be written to. Required on PUT (CreateOrReplace) requests.
      • diagnostics

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

        public java.lang.String etag()
        Returns:
        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.
      • id

        public java.lang.String id()
        Returns:
        Resource Id
      • name

        public java.util.Optional<java.lang.String> name()
        Returns:
        Resource name
      • serialization

        public java.util.Optional<java.lang.Object> serialization()
        Returns:
        Describes how data from an input is serialized or how data is serialized when written to an output. Required on PUT (CreateOrReplace) requests.
      • sizeWindow

        public java.util.Optional<java.lang.Integer> sizeWindow()
        Returns:
        The size window to constrain a Stream Analytics output to.
      • timeWindow

        public java.util.Optional<java.lang.String> timeWindow()
        Returns:
        The time frame for filtering Stream Analytics job outputs.
      • type

        public java.lang.String type()
        Returns:
        Resource type