Interface DocumentsAggregateUniquePropertiesResponse

Response for the uniqueProperties aggregate.

{"items":[{"count":4,"values":["hello"]},{"count":33,"values":["world"]}]}
interface DocumentsAggregateUniquePropertiesResponse {
    items: DocumentsAggregateUniquePropertiesItem[];
}

Properties

Properties