Package version:

A function object, containing all information associated with the named function. All functions are contained under a streaming job.

interface FunctionModel {
    id?: string;
    name?: string;
    properties?: FunctionPropertiesUnion;
    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 a function.

type?: string

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

Generated using TypeDoc