Cloud Dataplex v1 API - Class SessionEvent (2.15.0)

public sealed class SessionEvent : IMessage<SessionEvent>, IEquatable<SessionEvent>, IDeepCloneable<SessionEvent>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud Dataplex v1 API class SessionEvent.

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

Inheritance

object > SessionEvent

Namespace

Google.Cloud.Dataplex.V1

Assembly

Google.Cloud.Dataplex.V1.dll

Constructors

SessionEvent()

public SessionEvent()

SessionEvent(SessionEvent)

public SessionEvent(SessionEvent other)
Parameter
NameDescription
otherSessionEvent

Properties

DetailCase

public SessionEvent.DetailOneofCase DetailCase { get; }
Property Value
TypeDescription
SessionEventDetailOneofCase

EventSucceeded

public bool EventSucceeded { get; set; }

The status of the event.

Property Value
TypeDescription
bool

FastStartupEnabled

public bool FastStartupEnabled { get; set; }

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

Property Value
TypeDescription
bool

Message

public string Message { get; set; }

The log message.

Property Value
TypeDescription
string

Query

public SessionEvent.Types.QueryDetail Query { get; set; }

The execution details of the query.

Property Value
TypeDescription
SessionEventTypesQueryDetail

SessionId

public string SessionId { get; set; }

Unique identifier for the session.

Property Value
TypeDescription
string

Type

public SessionEvent.Types.EventType Type { get; set; }

The type of the event.

Property Value
TypeDescription
SessionEventTypesEventType

UnassignedDuration

public Duration UnassignedDuration { get; set; }

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

Property Value
TypeDescription
Duration

UserId

public string UserId { get; set; }

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

Property Value
TypeDescription
string