public sealed class LogEntryOperation : IMessage<LogEntryOperation>, IEquatable<LogEntryOperation>, IDeepCloneable<LogEntryOperation>, IBufferMessage, IMessage
Additional information about a potentially long-running operation with which
a log entry is associated.
Optional. An arbitrary producer identifier. The combination of id and
producer must be globally unique. Examples for producer:
"MyDivision.MyBigCompany.com", "github.com/MyProject/MyApplication".
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eLogEntryOperation\u003c/code\u003e class is used to represent information about a potentially long-running operation associated with a log entry.\u003c/p\u003e\n"],["\u003cp\u003eThis class implements multiple interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe class includes properties such as \u003ccode\u003eFirst\u003c/code\u003e, \u003ccode\u003eLast\u003c/code\u003e, \u003ccode\u003eId\u003c/code\u003e, and \u003ccode\u003eProducer\u003c/code\u003e to manage operation-related information.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eFirst\u003c/code\u003e and \u003ccode\u003eLast\u003c/code\u003e boolean properties indicate if the log entry is the first or last in the operation.\u003c/p\u003e\n"],["\u003cp\u003eThere are multiple versions available, with the latest being version 4.4.0, and down to version 3.3.0, all accessible through links provided.\u003c/p\u003e\n"]]],[],null,[]]