Instance Property インスタンスプロパティ

statistics

A dictionary containing various statistics for the receiver. レシーバに対する様々な統計を含んでいる辞書。

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. レシーバに対するさまざまな統計を含んでいるNSDictionaryオブジェクト、たとえば販売されたオブジェクトの数、リクエストと返答の数、など。

The statistics dictionary should be used only for debugging purposes. 統計辞書は、デバッグ目的にのみ使われるべきです。