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?: "break"
Property Value
"break"
onSuccess
Action to be taken when the operation is successful for a object.
onSuccess?: "continue"
Property Value
"continue"
parameters
Key-value parameters for the operation.
parameters?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript