Skip to main content

Interface: IExternalStorageMetrics

coresdk.common.IExternalStorageMetrics

Properties of an ExternalStorageMetrics.

Hierarchy

Properties

driverNames

Optional driverNames: null | string[]

Names of the drivers that participated in the operations.

Inherited from

$Properties.driverNames


payloadCount

Optional payloadCount: null | Long

Number of payloads stored or retrieved externally.

Inherited from

$Properties.payloadCount


totalDuration

Optional totalDuration: null | $Properties

Wall-clock time spent on the external storage operations.

Inherited from

$Properties.totalDuration


totalSizeBytes

Optional totalSizeBytes: null | Long

Total size in bytes of the externally stored or retrieved payloads.

Inherited from

$Properties.totalSizeBytes