Class StreamInputPropertiesResponse
- java.lang.Object
-
- com.pulumi.azurenative.streamanalytics.outputs.StreamInputPropertiesResponse
-
public final class StreamInputPropertiesResponse extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
StreamInputPropertiesResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static StreamInputPropertiesResponse.Builder
builder()
static StreamInputPropertiesResponse.Builder
builder(StreamInputPropertiesResponse defaults)
java.util.Optional<CompressionResponse>
compression()
java.util.Optional<java.lang.Object>
datasource()
DiagnosticsResponse
diagnostics()
java.lang.String
etag()
java.util.Optional<java.lang.String>
partitionKey()
java.util.Optional<java.lang.Object>
serialization()
java.lang.String
type()
-
-
-
Method Detail
-
compression
public java.util.Optional<CompressionResponse> compression()
- Returns:
- Describes how input data is compressed
-
datasource
public java.util.Optional<java.lang.Object> datasource()
- Returns:
- Describes an input data source that contains stream data. 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 input. 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.
-
partitionKey
public java.util.Optional<java.lang.String> partitionKey()
- Returns:
- partitionKey Describes a key in the input data which is used for partitioning the input data
-
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.
-
type
public java.lang.String type()
- Returns:
- Indicates whether the input is a source of reference data or stream data. Required on PUT (CreateOrReplace) requests. Expected value is 'Stream'.
-
builder
public static StreamInputPropertiesResponse.Builder builder()
-
builder
public static StreamInputPropertiesResponse.Builder builder(StreamInputPropertiesResponse defaults)
-
-