Operation interface
Result of the request to list SQL operations.
Properties
| display | he 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
he 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, Record<string, any>>
Property Value
Record<string, Record<string, any>>