transferStatistics property
Provides network traffic statistics for social reports operations.
Returns a TransferStatistics object containing counters and metrics about network usage performed by the traffic service. This information can be used for diagnostics or to display usage to end users.
See also:
- TransferStatistics - Contains upload/download byte counters.
- report - Operation contributing to upload statistics.
Implementation
static TransferStatistics get transferStatistics {
final OperationResult resultString = staticMethod(
'SocialOverlay',
'getTransferStatistics',
);
return TransferStatistics.init(resultString['result']);
}