Skip to main content

Module documents

Module documents 

Source

Modules§

document_average
FromProof + Fetch for [DocumentAverage] — the single-row aggregate (count, sum) view of the unified getDocuments endpoint.
document_count
FromProof + Fetch for [DocumentCount] — the single-row aggregate count view of the unified getDocuments endpoint.
document_having_entries
FromProof + Fetch for [DocumentHavingEntries] — the having-range (GROUP BY … HAVING <aggregate> <op> <value> LIMIT n) view of the unified getDocuments endpoint.
document_history_query
Query type for retrieving document history.
document_query
Method to query documents from the Drive.
document_ranked_entries
FromProof + Fetch for [DocumentRankedEntries] — the ranked (GROUP BY … ORDER BY <aggregate> LIMIT n [OFFSET m]) view of the unified getDocuments endpoint.
document_split_averages
FromProof + Fetch for [DocumentSplitAverages] — the per-group-entry view of the unified getDocuments endpoint for average queries.
document_split_counts
FromProof + Fetch for [DocumentSplitCounts] — the per-group-entry view of the unified getDocuments endpoint.
document_split_sums
FromProof + Fetch for [DocumentSplitSums] — the per-group-entry view of the unified getDocuments endpoint for sum queries.
document_sum
FromProof + Fetch for [DocumentSum] — the single-value aggregate sum view of the unified getDocuments endpoint.