Package version:

Interface FunctionsListByStreamingJobOptionalParams

Optional parameters.

interface FunctionsListByStreamingJobOptionalParams {
    select?: string;
}

Hierarchy

  • unknown
    • FunctionsListByStreamingJobOptionalParams

Properties

Properties

select?: string

The $select OData query parameter. This is a comma-separated list of structural properties to include in the response, or "" to include all properties. By default, all properties are returned except diagnostics. Currently only accepts '' as a valid value.

Generated using TypeDoc