Interface DocumentsAggregateAllUniqueValuesItem

interface DocumentsAggregateAllUniqueValuesItem {
    count: number;
    values: DocumentAggregateValue[];
}

Properties

Properties

count: number

Number of items in this aggregation group.

int64

A unique value found in the specified properties. Each item is a value for the specified property with same index.