Class TransformationResponse


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

      • etag

        public java.lang.String etag()
        Returns:
        The current entity tag for the transformation. 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
      • query

        public java.util.Optional<java.lang.String> query()
        Returns:
        Specifies the query that will be run in the streaming job. You can learn more about the Stream Analytics Query Language (SAQL) here: https://msdn.microsoft.com/library/azure/dn834998 . Required on PUT (CreateOrReplace) requests.
      • streamingUnits

        public java.util.Optional<java.lang.Integer> streamingUnits()
        Returns:
        Specifies the number of streaming units that the streaming job uses.
      • type

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

        public java.util.List<java.lang.Integer> validStreamingUnits()
        Returns:
        Specifies the valid streaming units a streaming job can scale to.