query |
string
|
The base query that defines the data collection to get statistis about. |
postQuery |
string
|
A copy of the `query`, but without any URL encoding |
isSystemMetadataQuery |
boolean
|
If true, the `query` set on this model is only filtering on system metadata fields which are common between both metadata and data objects. |
metadataCount |
number
|
The number of metadata objects in this data collection @readonly |
dataCount |
number
|
The number of data objects in this data collection |
totalCount |
number
|
The number of metadata and data objects in this data collection. Essentially this is the sum of metadataCount and dataCount |
metadataFormatIDs |
number
|
Array.<string>
|
An array of metadata formatIds and the number of metadata objects with that formatId. Uses same structure as Solr facet counts: ["text/csv", 5] |
dataFormatIDs |
number
|
Array.<string>
|
An array of data formatIds and the number of data objects with that formatId. Uses same structure as Solr facet counts: ["text/csv", 5] |
firstUpdate |
string
|
The earliest upload date for any object in this collection, excluding uploads of obsoleted objects |
dataUpdateDates |
number
|
Array.<string>
|
An array of date strings and the number of data objects uploaded on that date. Uses same structure as Solr facet counts: ["2015-08-02", 5] |
metadataUpdateDates |
number
|
Array.<string>
|
An array of date strings and the number of data objects uploaded on that date. Uses same structure as Solr facet counts: ["2015-08-02", 5] |
firstBeginDate |
string
|
An ISO date string of the earliest year that this data collection describes, from the science metadata |
lastEndDate |
string
|
An ISO date string of the latest year that this data collection describes, from the science metadata |
firstPossibleDate |
string
|
The first possible date (as a string) that data could have been collected. This is to weed out badly formatted dates when sending queries. |
temporalCoverage |
object
|
A simple object of date ranges (the object key) and the number of metadata objects uploaded in that date range (the object value). Example: { "1990-2000": 5 } |
queryCoverageFrom |
number
|
The year to start the temporal coverage range query |
queryCoverageUntil |
number
|
The year to end the temporal coverage range query |
metadataTotalSize |
number
|
The total number of bytes of all metadata files |
dataTotalSize |
number
|
The total number of bytes of all data files |
totalSize |
number
|
The total number of bytes or metadata and data files |
hideMetadataAssessment |
boolean
|
If true, metadata assessment scores will not be retrieved |
mdqScoresImage |
Image
|
The Image objet of an aggregated metadata assessment chart |
maxQueryLength |
number
|
The maximum query length that will be sent via GET to the query service. Queries that go beyond this length will be sent via POST, if POST is enabled in the AppModel |
mdqImageId |
string
|
The identifier to use in the request for the metadata assessment chart |