Cloud Dataplex v1 API - Class Lake.Types.MetastoreStatus (2.15.0)

public sealed class Lake.Types.MetastoreStatus : IMessage<Lake.Types.MetastoreStatus>, IEquatable<Lake.Types.MetastoreStatus>, IDeepCloneable<Lake.Types.MetastoreStatus>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud Dataplex v1 API class Lake.Types.MetastoreStatus.

Status of Lake and Dataproc Metastore service instance association.

Inheritance

object > Lake.Types.MetastoreStatus

Namespace

Google.Cloud.Dataplex.V1

Assembly

Google.Cloud.Dataplex.V1.dll

Constructors

MetastoreStatus()

public MetastoreStatus()

MetastoreStatus(MetastoreStatus)

public MetastoreStatus(Lake.Types.MetastoreStatus other)
Parameter
NameDescription
otherLakeTypesMetastoreStatus

Properties

Endpoint

public string Endpoint { get; set; }

The URI of the endpoint used to access the Metastore service.

Property Value
TypeDescription
string

Message

public string Message { get; set; }

Additional information about the current status.

Property Value
TypeDescription
string

State

public Lake.Types.MetastoreStatus.Types.State State { get; set; }

Current state of association.

Property Value
TypeDescription
LakeTypesMetastoreStatusTypesState

UpdateTime

public Timestamp UpdateTime { get; set; }

Last update time of the metastore status of the lake.

Property Value
TypeDescription
Timestamp