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

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

Inheritance

object > Environment.Types.SessionStatus

Namespace

GoogleCloudGoogle.Cloud.DataplexV1

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