Package-level declarations

Types

Link copied to clipboard
enum ClusterSkuName : Enum<ClusterSkuName> , ConvertibleToJava<ClusterSkuName>

Specifies the SKU name of the cluster. Required on PUT (CreateOrUpdate) requests.

Link copied to clipboard
enum CompatibilityLevel : Enum<CompatibilityLevel> , ConvertibleToJava<CompatibilityLevel>

Controls certain runtime behaviors of the streaming job.

Link copied to clipboard
enum Encoding : Enum<Encoding> , ConvertibleToJava<Encoding>

Specifies the encoding of the incoming data in the case of input and the encoding of outgoing data in the case of output. Required on PUT (CreateOrReplace) requests.

Link copied to clipboard
enum EventsOutOfOrderPolicy : Enum<EventsOutOfOrderPolicy> , ConvertibleToJava<EventsOutOfOrderPolicy>

Indicates the policy to apply to events that arrive out of order in the input event stream.

Link copied to clipboard
enum JsonOutputSerializationFormat : Enum<JsonOutputSerializationFormat> , ConvertibleToJava<JsonOutputSerializationFormat>

This property only applies to JSON serialization of outputs only. It is not applicable to inputs. This property specifies the format of the JSON the output will be written in. The currently supported values are 'lineSeparated' indicating the output will be formatted by having each JSON object separated by a new line and 'array' indicating the output will be formatted as an array of JSON objects. Default value is 'lineSeparated' if left null.

Link copied to clipboard
enum OutputErrorPolicy : Enum<OutputErrorPolicy> , ConvertibleToJava<OutputErrorPolicy>

Indicates the policy to apply to events that arrive at the output and cannot be written to the external storage due to being malformed (missing column values, column values of wrong type or size).

Link copied to clipboard
enum OutputStartMode : Enum<OutputStartMode> , ConvertibleToJava<OutputStartMode>

This property should only be utilized when it is desired that the job be started immediately upon creation. Value may be JobStartTime, CustomTime, or LastOutputEventTime to indicate whether the starting point of the output event stream should start whenever the job is started, start at a custom user time stamp specified via the outputStartTime property, or start from the last event output time.

Link copied to clipboard
enum SkuName : Enum<SkuName> , ConvertibleToJava<SkuName>

The name of the SKU. Required on PUT (CreateOrReplace) requests.