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

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

Reference documentation and code samples for the Cloud Dataplex v1 API class Environment.Types.SessionStatus.

Status of sessions created for this environment.

Inheritance

object > Environment.Types.SessionStatus

Namespace

Google.Cloud.Dataplex.V1

Assembly

Google.Cloud.Dataplex.V1.dll

Constructors

SessionStatus()

public SessionStatus()

SessionStatus(SessionStatus)

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

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
bool