public sealed class LogSplit : IMessage<LogSplit>, IEquatable<LogSplit>, IDeepCloneable<LogSplit>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Logging v2 API class LogSplit.
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.
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-09 UTC."],[[["This document provides reference documentation for the `LogSplit` class within the Google Cloud Logging v2 API, specifically version 4.2.0."],["The `LogSplit` class is used to handle scenarios where a single `LogEntry` exceeds the size limit, splitting it across multiple entries and used to correlate them together."],["The `LogSplit` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, `IBufferMessage`, and `IMessage`, and inherits from `object`."],["`LogSplit` contains properties like `Index`, `TotalSplits`, and `Uid`, which are used to identify the log entry's position, total split entries, and unique identifier of the split group, respectively."],["There are several versions of this class, from 3.3.0 up to the latest 4.4.0, accessible via their own respective reference pages."]]],[]]