GroupResult

Risultato contenente le proprietà e il conteggio di una richiesta groupBy.

Rappresentazione JSON
{
  "properties": {
    string: value,
    ...
  },
  "count": string
}
Campi
properties

map (key: string, value: value (Value format))

Le proprietà corrispondenti ai campi groupBy nella richiesta.

Un oggetto contenente un elenco di coppie "key": value. Esempio: { "name": "wrench", "mass": "1.3kg", "count": "3" }.

count

string (int64 format)

Conteggio totale delle risorse per le proprietà specificate.