Cloud Dataplex v1 API - Class Environment.Types.SessionStatus (2.2.0)

public sealed class SessionStatus : IMessage<Environment.Types.SessionStatus>, IEquatable<Environment.Types.SessionStatus>, IDeepCloneable<Environment.Types.SessionStatus>, IBufferMessage, IMessage

Inheritance

Object > Environment.Types.SessionStatus

Namespace

Google.Cloud.Dataplex.V1

Assembly

Google.Cloud.Dataplex.V1.dll

Constructors

SessionStatus()

public SessionStatus()

SessionStatus(Environment.Types.SessionStatus)

public SessionStatus(Environment.Types.SessionStatus other)
Parameter
NameDescription
otherEnvironment.Types.SessionStatus

Properties

Active

public bool Active { get; set; }

Output only. Queries over sessions to mark whether the environment is currently active or not

Property Value
TypeDescription
Boolean