Package version:

A Stream Analytics REST API operation

interface Operation {
    display?: OperationDisplay;
    isDataAction?: boolean;
    name?: string;
}

Properties

Contains the localized display information for this particular operation / action. NOTE: This property will not be serialized. It can only be populated by the server.

isDataAction?: boolean

Indicates whether the operation is a data action

name?: string

The name of the operation being performed on this particular object. NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc