A dictionary containing various statistics for the receiver.
SDK
- macOS 10.0–10.13Deprecated
Framework
- Foundation
Declaration
@property(readonly, copy) 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.