Show / Hide Table of Contents

Class GoogleCloudDataplexV1SessionEvent

These messages contain information about sessions within an environment. The monitored resource is 'Environment'.

Inheritance
object
GoogleCloudDataplexV1SessionEvent
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.CloudDataplex.v1.Data
Assembly: Google.Apis.CloudDataplex.v1.dll
Syntax
public class GoogleCloudDataplexV1SessionEvent : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

EventSucceeded

The status of the event.

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

FastStartupEnabled

If the session is associated with an environment with fast startup enabled, and was created before being assigned to a user.

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

Message

The log message.

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

Query

The execution details of the query.

Declaration
[JsonProperty("query")]
public virtual GoogleCloudDataplexV1SessionEventQueryDetail Query { get; set; }
Property Value
Type Description
GoogleCloudDataplexV1SessionEventQueryDetail

SessionId

Unique identifier for the session.

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

Type

The type of the event.

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

UnassignedDuration

The idle duration of a warm pooled session before it is assigned to user.

Declaration
[JsonProperty("unassignedDuration")]
public virtual object UnassignedDuration { get; set; }
Property Value
Type Description
object

UserId

The information about the user that created the session. It will be the email address of the user.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX