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

  •   count

    The total number of items in the associated category that match the
    search criteria.

    property
  •   childCategoryHistogram

    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
  •   delimiter

    (public property)

    property
  •   any

    (public property)

    property

Properties

any

(public property)

@property (nonatomic, retain) NSMutableArray *any

Discussion

(public property)

entry type : PicoAnyElement, wrapper for primitive anyelement

Declared In

Finding_CategoryHistogram.h

childCategoryHistogram

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 *childCategoryHistogram

Discussion

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.h

count

The total number of items in the associated category that match the
search criteria.

@property (nonatomic, retain) NSNumber *count

Discussion

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

delimiter

(public property)

@property (nonatomic, retain) NSString *delimiter

Discussion

(public property)

type : NSString, wrapper for primitive string

Declared In

Finding_CategoryHistogram.h