Operation interface
A Stream Analytics REST API operation
Properties
display | 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. |
is |
Indicates whether the operation is a data action |
name | 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. |
Property Details
display
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.
display?: OperationDisplay
Property Value
isDataAction
Indicates whether the operation is a data action
isDataAction?: boolean
Property Value
boolean
name
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.
name?: string
Property Value
string