ISolidFireElementListVolumeStatsAsync Method (CancellationToken, Int64) |
ListVolumeStats returns high-level activity measurements for a single volume, list of volumes, or all volumes (if you omit the volumeIDs parameter). Measurement values are cumulative from the creation of the volume.
Namespace:
SolidFire.Element.Api
Assembly:
SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax Task<ListVolumeStatsResult> ListVolumeStatsAsync(
CancellationToken cancellationToken,
long[] VolumeIDs = null
)
Parameters
- cancellationToken
- Type: System.ThreadingCancellationToken
- VolumeIDs (Optional)
- Type: SystemInt64
Return Value
Type:
TaskListVolumeStatsResultSee Also