StorageTaskOperation interface
Represents an operation to be performed on the object
Properties
name | The operation to be performed on the object. |
on |
Action to be taken when the operation fails for a object. |
on |
Action to be taken when the operation is successful for a object. |
parameters | Key-value parameters for the operation. |
Property Details
name
The operation to be performed on the object.
name: string
Property Value
string
onFailure
Action to be taken when the operation fails for a object.
onFailure?: string
Property Value
string
onSuccess
Action to be taken when the operation is successful for a object.
onSuccess?: string
Property Value
string
parameters
Key-value parameters for the operation.
parameters?: Record<string, string>
Property Value
Record<string, string>