Interface DocumentSearchAggregateGroupIdentifier

interface DocumentSearchAggregateGroupIdentifier {
    property: DocumentFilterProperty;
    value: DocumentFilterValue;
}

Properties

Properties

The property that is being aggregated on.

The value of the property for this group.