View Source GoogleApi.Logging.V2.Model.LogSplit (google_api_logging v0.47.0)

Additional information used to correlate multiple log entries. Used when a single LogEntry would exceed the Google Cloud Logging size limit and is split across multiple log entries.

Attributes

  • index (type: integer(), default: nil) - The index of this LogEntry in the sequence of split log entries. Log entries are given |index| values 0, 1, ..., n-1 for a sequence of n log entries.
  • totalSplits (type: integer(), default: nil) - The total number of log entries that the original LogEntry was split into.
  • uid (type: String.t, default: nil) - A globally unique identifier for all log entries in a sequence of split log entries. All log entries with the same |LogSplit.uid| are assumed to be part of the same sequence of split log entries.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Logging.V2.Model.LogSplit{
  index: integer() | nil,
  totalSplits: integer() | nil,
  uid: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.