Interface protos.google.cloud.dataplex.v1.ISessionEvent (3.5.1)

Properties of a SessionEvent.

Package

@google-cloud/dataplex

Properties

eventSucceeded

eventSucceeded?: (boolean|null);

SessionEvent eventSucceeded

fastStartupEnabled

fastStartupEnabled?: (boolean|null);

SessionEvent fastStartupEnabled

message

message?: (string|null);

SessionEvent message

query

query?: (google.cloud.dataplex.v1.SessionEvent.IQueryDetail|null);

SessionEvent query

sessionId

sessionId?: (string|null);

SessionEvent sessionId

type

type?: (google.cloud.dataplex.v1.SessionEvent.EventType|keyof typeof google.cloud.dataplex.v1.SessionEvent.EventType|null);

SessionEvent type

unassignedDuration

unassignedDuration?: (google.protobuf.IDuration|null);

SessionEvent unassignedDuration

userId

userId?: (string|null);

SessionEvent userId