Operation interface

SQL REST API operation definition.

Properties

display

The localized display information for this particular operation / action.

name

The name of the operation being performed on this particular object.

origin

The intended executor of the operation.

properties

Additional descriptions for the operation.

Property Details

display

The localized display information for this particular operation / action.

display?: OperationDisplay

Property Value

name

The name of the operation being performed on this particular object.

name?: string

Property Value

string

origin

The intended executor of the operation.

origin?: string

Property Value

string

properties

Additional descriptions for the operation.

properties?: Record<string, any>

Property Value

Record<string, any>