ISolidFireElementUpdateBulkVolumeStatus Method (String, String, String, String, Hashtable) |
You can use UpdateBulkVolumeStatus in a script to update the status of a bulk volume job that you started with the
StartBulkVolumeRead or StartBulkVolumeWrite methods.
Namespace:
SolidFire.Element.Api
Assembly:
SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax UpdateBulkVolumeStatusResult UpdateBulkVolumeStatus(
string Key,
string Status,
string PercentComplete = null,
string Message = null,
Hashtable Attributes = null
)
Parameters
- Key
- Type: SystemString
- Status
- Type: SystemString
- PercentComplete (Optional)
- Type: SystemString
- Message (Optional)
- Type: SystemString
- Attributes (Optional)
- Type: System.CollectionsHashtable
Return Value
Type:
UpdateBulkVolumeStatusResultSee Also