Interface DocumentSearchAggregateGroup

interface DocumentSearchAggregateGroup {
    count: number;
    group: DocumentSearchAggregateGroupIdentifier[];
}

Properties

Properties

count: number

The number of documents in this group.

int32