Class LogEntryOperation (3.4.0)

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.

Inheritance

System.Object > LogEntryOperation

Namespace

Google.Cloud.Logging.V2

Assembly

Google.Cloud.Logging.V2.dll

Constructors

LogEntryOperation()

public LogEntryOperation()

LogEntryOperation(LogEntryOperation)

public LogEntryOperation(LogEntryOperation other)
Parameter
NameDescription
otherLogEntryOperation

Properties

First

public bool First { get; set; }

Optional. Set this to True if this is the first log entry in the operation.

Property Value
TypeDescription
Boolean

Id

public string Id { get; set; }

Optional. An arbitrary operation identifier. Log entries with the same identifier are assumed to be part of the same operation.

Property Value
TypeDescription
String

Last

public bool Last { get; set; }

Optional. Set this to True if this is the last log entry in the operation.

Property Value
TypeDescription
Boolean

Producer

public string Producer { get; set; }

Optional. An arbitrary producer identifier. The combination of id and producer must be globally unique. Examples for producer: &quot;MyDivision.MyBigCompany.com&quot;, &quot;github.com/MyProject/MyApplication&quot;.

Property Value
TypeDescription
String