Package version:

An input object, containing all information associated with the named input. All inputs are contained under a streaming job.

interface Input {
    id?: string;
    name?: string;
    properties?: InputPropertiesUnion;
    type?: string;
}

Hierarchy (view full)

Properties

id?: string

Resource Id NOTE: This property will not be serialized. It can only be populated by the server.

name?: string

Resource name

The properties that are associated with an input. Required on PUT (CreateOrReplace) requests.

type?: string

Resource type NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc