Class SessionEvent (2.0.0)

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

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
SessionEvent.DetailOneofCase

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
SessionEvent.Types.QueryDetail

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
SessionEvent.Types.EventType

UserId

public string UserId { get; set; }

The information about the user that created the session.

Property Value
TypeDescription
String