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

Backup specific statistics.

Attributes

  • documentCount (type: String.t, default: nil) - Output only. The total number of documents contained in the backup.
  • indexCount (type: String.t, default: nil) - Output only. The total number of index entries contained in the backup.
  • sizeBytes (type: String.t, default: nil) - Output only. Summation of the size of all documents and index entries in the backup, measured in bytes.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Firestore.V1.Model.GoogleFirestoreAdminV1Stats{
  documentCount: String.t() | nil,
  indexCount: String.t() | nil,
  sizeBytes: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.