LogSplit class

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.

Constructors

LogSplit({int? index, int? totalSplits, String? uid})
LogSplit.fromJson(Map json_)

Properties

hashCode → int
The hash code for this object.
no setterinherited
index ↔ int?
The index of this LogEntry in the sequence of split log entries.
getter/setter pair
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
totalSplits ↔ int?
The total number of log entries that the original LogEntry was split into.
getter/setter pair
uid ↔ String?
A globally unique identifier for all log entries in a sequence of split log entries.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() → Map<String, dynamic>
toString() → String
A string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator.
inherited