public sealed class LogSplit : IMessage<LogSplit>, IEquatable<LogSplit>, IDeepCloneable<LogSplit>, IBufferMessage, IMessage
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-03-21 UTC."],[[["`LogSplit` is used to manage log entries that exceed the size limit by splitting them into multiple entries."],["The `LogSplit` class provides properties like `Index`, `TotalSplits`, and `Uid` to manage and identify split log entries."],["The `Index` property indicates the position of the log entry within the sequence of split entries."],["`TotalSplits` property tells us the total count of log entries resulting from a single split."],["The `Uid` property is a globally unique identifier shared by all entries that belong to the same split sequence."]]],[]]