Package version:

The stream analytics input to sample.

interface SampleInput {
    compatibilityLevel?: string;
    dataLocale?: string;
    eventsUri?: string;
    input?: Input;
}

Properties

compatibilityLevel?: string

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

dataLocale?: string

Defaults to en-US.

eventsUri?: string

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?: Input

The stream analytics input to sample.

Generated using TypeDoc