View Source GoogleApi.Datastore.V1.Model.ReadOnly (google_api_datastore v0.22.0)

Options specific to read-only transactions.

Attributes

  • readTime (type: DateTime.t, default: nil) - Reads entities at the given time. This must be a microsecond precision timestamp within the past one hour, or if Point-in-Time Recovery is enabled, can additionally be a whole minute timestamp within the past 7 days.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Datastore.V1.Model.ReadOnly{readTime: DateTime.t() | nil}

Functions

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

Unwrap a decoded JSON object into its complex fields.