Show / Hide Table of Contents

Class LogEntryOperation

Additional information about a potentially long-running operation with which a log entry is associated.

Inheritance
object
LogEntryOperation
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Logging.v2.Data
Assembly: Google.Apis.Logging.v2.dll
Syntax
public class LogEntryOperation : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

First

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

Declaration
[JsonProperty("first")]
public virtual bool? First { get; set; }
Property Value
Type Description
bool?

Id

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

Declaration
[JsonProperty("id")]
public virtual string Id { get; set; }
Property Value
Type Description
string

Last

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

Declaration
[JsonProperty("last")]
public virtual bool? Last { get; set; }
Property Value
Type Description
bool?

Producer

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".

Declaration
[JsonProperty("producer")]
public virtual string Producer { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX