Interface: IExternalStorageMetrics
coresdk.common.IExternalStorageMetrics
Properties of an ExternalStorageMetrics.
Hierarchy
-
↳
IExternalStorageMetrics
Properties
driverNames
• Optional driverNames: null | string[]
Names of the drivers that participated in the operations.
Inherited from
payloadCount
• Optional payloadCount: null | Long
Number of payloads stored or retrieved externally.
Inherited from
totalDuration
• Optional totalDuration: null | $Properties
Wall-clock time spent on the external storage operations.
Inherited from
totalSizeBytes
• Optional totalSizeBytes: null | Long
Total size in bytes of the externally stored or retrieved payloads.