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.
Namespace
Google.Cloud.Dataplex.V1Assembly
Google.Cloud.Dataplex.V1.dll
Constructors
Session()
public Session()
Session(Session)
public Session(Session other)
Parameter | |
---|---|
Name | Description |
other | Session |
Properties
CreateTime
public Timestamp CreateTime { get; set; }
Output only. Session start time.
Property Value | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
string |
SessionName
public SessionName SessionName { get; set; }
SessionName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
SessionName |
State
public State State { get; set; }
Output only. State of Session
Property Value | |
---|---|
Type | Description |
State |
UserId
public string UserId { get; set; }
Output only. Email of user running the session.
Property Value | |
---|---|
Type | Description |
string |