View Source GoogleApi.Firestore.V1.Model.Count (google_api_firestore v0.27.0)

Count of documents that match the query. The COUNT(*) aggregation function operates on the entire document so it does not require a field reference.

Attributes

  • upTo (type: String.t, default: nil) - Optional. Optional constraint on the maximum number of documents to count. This provides a way to set an upper bound on the number of documents to scan, limiting latency, and cost. Unspecified is interpreted as no bound. High-Level Example: AGGREGATE COUNT_UP_TO(1000) OVER ( SELECT * FROM k ); Requires: * Must be greater than zero when present.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Firestore.V1.Model.Count{upTo: String.t() | nil}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.