documentAttributeValueCountPairs property

List<DocumentAttributeValueCountPair>? documentAttributeValueCountPairs
final

An array of key/value pairs, where the key is the value of the attribute and the count is the number of documents that share the key value.

Implementation

final List<DocumentAttributeValueCountPair>? documentAttributeValueCountPairs;