Class TransformationResponse
- java.lang.Object
-
- com.pulumi.azurenative.streamanalytics.outputs.TransformationResponse
-
public final class TransformationResponse extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
TransformationResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TransformationResponse.Builder
builder()
static TransformationResponse.Builder
builder(TransformationResponse defaults)
java.lang.String
etag()
java.lang.String
id()
java.util.Optional<java.lang.String>
name()
java.util.Optional<java.lang.String>
query()
java.util.Optional<java.lang.Integer>
streamingUnits()
java.lang.String
type()
java.util.List<java.lang.Integer>
validStreamingUnits()
-
-
-
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.
-
builder
public static TransformationResponse.Builder builder()
-
builder
public static TransformationResponse.Builder builder(TransformationResponse defaults)
-
-