Share via


SampleInput interface

The stream analytics input to sample.

Properties

compatibilityLevel

Defaults to the default ASA job compatibility level. Today it is 1.2

dataLocale

Defaults to en-US.

eventsUri

The SAS URI of the storage blob for service to write the sampled events to. If this parameter is not provided, service will write events to he system account and share a temporary SAS URI to it.

input

The stream analytics input to sample.

Property Details

compatibilityLevel

Defaults to the default ASA job compatibility level. Today it is 1.2

compatibilityLevel?: string

Property Value

string

dataLocale

Defaults to en-US.

dataLocale?: string

Property Value

string

eventsUri

The SAS URI of the storage blob for service to write the sampled events to. If this parameter is not provided, service will write events to he system account and share a temporary SAS URI to it.

eventsUri?: string

Property Value

string

input

The stream analytics input to sample.

input?: Input

Property Value