public sealed class SuppressionInfo : IMessage<TailLogEntriesResponse.Types.SuppressionInfo>, IEquatable<TailLogEntriesResponse.Types.SuppressionInfo>, IDeepCloneable<TailLogEntriesResponse.Types.SuppressionInfo>, IBufferMessage, IMessage
Information about entries that were omitted from the session.
[[["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."],[[["The `SuppressionInfo` class provides details about entries that were omitted from a logging session."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enhancing its functionality and compatibility."],["`SuppressionInfo` has two constructors: a default one and another that takes an existing `SuppressionInfo` instance for copying."],["The `Reason` property, of type `TailLogEntriesResponse.Types.SuppressionInfo.Types.Reason`, specifies the cause for the omission of entries."],["The `SuppressedCount` property indicates the minimum number of entries that were omitted for the given reason, and it uses the Int32 type."]]],[]]