Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 916 Bytes

QueryAggregateResultAnalysis.md

File metadata and controls

13 lines (10 loc) · 916 Bytes

# QueryAggregateResultAnalysis

Properties

Name Type Description Notes
avg_length float Average number of items in an array field. [optional]
cardinality int Cardinality is the number of different values in a field. [optional]
coverage int Coverage is the number of records which have a value set. [optional]
max_length int Maximum number of values in an array field. [optional]
min_length int Minimum length of an array field. [optional]

[Back to Model list] [Back to API list] [Back to README]