Cloud Dataplex v1 API - Class Session (2.15.0)

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

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

Represents an active analyze session running for a user.

Inheritance

object > Session

Namespace

Google.Cloud.Dataplex.V1

Assembly

Google.Cloud.Dataplex.V1.dll

Constructors

Session()

public Session()

Session(Session)

public Session(Session other)
Parameter
NameDescription
otherSession

Properties

CreateTime

public Timestamp CreateTime { get; set; }

Output only. Session start time.

Property Value
TypeDescription
Timestamp

Name

public string Name { get; set; }

Output only. The relative resource name of the content, of the form: projects/{project_id}/locations/{location_id}/lakes/{lake_id}/environment/{environment_id}/sessions/{session_id}

Property Value
TypeDescription
string

SessionName

public SessionName SessionName { get; set; }

SessionName-typed view over the Name resource name property.

Property Value
TypeDescription
SessionName

State

public State State { get; set; }

Output only. State of Session

Property Value
TypeDescription
State

UserId

public string UserId { get; set; }

Output only. Email of user running the session.

Property Value
TypeDescription
string