logMetrics property
Retrieves the log metrics.
Returns
- The log metrics
Throws
- An exception if it fails
Implementation
LogMetrics get logMetrics {
final OperationResult resultString = objectMethod(
_pointerId,
'LogMetadata',
'getMetrics',
);
return LogMetrics.fromJson(resultString['result']);
}