statistics
A dictionary containing various statistics for the receiver.
Declaration
@property (copy, readonly) NSDictionary<NSString *,NSNumber *> * statistics;Discussion
An NSDictionary object containing various statistics for the receiver, such as the number of vended objects, the number of requests and replies, and so on.
The statistics dictionary should be used only for debugging purposes.