Finding_CategoryHistogram Class Reference
| Inherits from | Finding_Category : NSObject |
| Declared in | Finding_CategoryHistogram.h Finding_CategoryHistogram.m |
Overview
Statistical (histogram) information about categories that contain items that
match the query, if any. For categories associated with specific items, see
items returned in each search result. Shows the distribution of items across
each category. Not returned if there is no match.
@ingroup FindingServicePortType
Tasks
-
countThe total number of items in the associated category that match the
property
search criteria. -
childCategoryHistogramContainer for histogram information pertaining to a child of the
property
category specified in the request. Histograms return data on up to
10 children. Histograms are only a single level deep. That is, a
given category histogram contains only immediate children. -
delimiter(public property)
property -
any(public property)
property
Properties
any
(public property)
@property (nonatomic, retain) NSMutableArray *anyDiscussion
(public property)
entry type : PicoAnyElement, wrapper for primitive anyelement
Declared In
Finding_CategoryHistogram.hchildCategoryHistogram
Container for histogram information pertaining to a child of the
category specified in the request. Histograms return data on up to
10 children. Histograms are only a single level deep. That is, a
given category histogram contains only immediate children.
@property (nonatomic, retain) NSMutableArray *childCategoryHistogramDiscussion
Container for histogram information pertaining to a child of the
category specified in the request. Histograms return data on up to
10 children. Histograms are only a single level deep. That is, a
given category histogram contains only immediate children.
entry type : class Finding_CategoryHistogram
Declared In
Finding_CategoryHistogram.hcount
The total number of items in the associated category that match the
search criteria.
@property (nonatomic, retain) NSNumber *countDiscussion
The total number of items in the associated category that match the
search criteria.
type : NSNumber, wrapper for primitive long
Declared In
Finding_CategoryHistogram.h