Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Support Namespace

Classes

AuthenticationModeTypeConverter

Authentication Mode. Valid modes are ConnectionString, Msi and 'UserToken'.

ClusterProvisioningStateTypeConverter

The status of the cluster provisioning. The three terminal states are: Succeeded, Failed and Canceled

ClusterSkuNameTypeConverter

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

CompatibilityLevelTypeConverter

Controls certain runtime behaviors of the streaming job.

ContentStoragePolicyTypeConverter

Valid values are JobStorageAccount and SystemAccount. If set to JobStorageAccount, this requires the user to also specify jobStorageAccount property. .

EncodingTypeConverter

Specifies the encoding of the incoming data in the case of input and the encoding of outgoing data in the case of output.

EventSerializationTypeTypeConverter

Indicates the type of serialization that the input or output uses. Required on PUT (CreateOrReplace) requests.

EventsOutOfOrderPolicyTypeConverter

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

JobStateTypeConverter

The current execution state of the streaming job.

JobTypeTypeConverter

Describes the type of the job. Valid modes are Cloud and 'Edge'.

JsonOutputSerializationFormatTypeConverter

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.

OutputErrorPolicyTypeConverter

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).

OutputStartModeTypeConverter

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.

StreamingJobSkuNameTypeConverter

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

UdfTypeTypeConverter

The function type.

Structs

AuthenticationMode

Authentication Mode. Valid modes are ConnectionString, Msi and 'UserToken'.

ClusterProvisioningState

The status of the cluster provisioning. The three terminal states are: Succeeded, Failed and Canceled

ClusterSkuName

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

CompatibilityLevel

Controls certain runtime behaviors of the streaming job.

ContentStoragePolicy

Valid values are JobStorageAccount and SystemAccount. If set to JobStorageAccount, this requires the user to also specify jobStorageAccount property. .

Encoding

Specifies the encoding of the incoming data in the case of input and the encoding of outgoing data in the case of output.

EventSerializationType

Indicates the type of serialization that the input or output uses. Required on PUT (CreateOrReplace) requests.

EventsOutOfOrderPolicy

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

JobState

The current execution state of the streaming job.

JobType

Describes the type of the job. Valid modes are Cloud and 'Edge'.

JsonOutputSerializationFormat

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.

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).

OutputStartMode

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.

StreamingJobSkuName

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

UdfType

The function type.