requests property
int
get
requests
Total number of requests performed by the service.
Returns
- The overall number of requests.
Implementation
int get requests {
final OperationResult resultString = objectMethod(
super.pointerId,
'TransferStatistics',
'getRequests',
);
return resultString['result'];
}