Package version:

Interface StreamingJobsGetOptionalParams

Optional parameters.

interface StreamingJobsGetOptionalParams {
    expand?: string;
}

Hierarchy

  • unknown
    • StreamingJobsGetOptionalParams

Properties

Properties

expand?: string

The $expand OData query parameter. This is a comma-separated list of additional streaming job properties to include in the response, beyond the default set returned when this parameter is absent. The default set is all streaming job properties other than 'inputs', 'transformation', 'outputs', and 'functions'.

Generated using TypeDoc