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-04-09 UTC."],[[["The `LogSplit` class is used to correlate multiple log entries when a single `LogEntry` exceeds the size limit and is split across multiple entries."],["It implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` for advanced functionality."],["The `LogSplit` class provides properties such as `Index`, `TotalSplits`, and `Uid` to manage the splitting and identification of log entries, with `Index` representing the current log entry, `TotalSplits` the total count, and `Uid` acting as a unique identifier."],["The class is located within the `Google.Cloud.Logging.V2` namespace, in version 3.6.0, in the `Google.Cloud.Logging.V2.dll` assembly."]]],[]]