Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Support Namespace
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Structs
AuthenticationMode |
Authentication Mode. Valid modes are |
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 |
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. |