public sealed class MetastoreStatus : IMessage<Lake.Types.MetastoreStatus>, IEquatable<Lake.Types.MetastoreStatus>, IDeepCloneable<Lake.Types.MetastoreStatus>, IBufferMessage, IMessage
Status of Lake and Dataproc Metastore service instance association.
Implements
IMessage<Lake.Types.MetastoreStatus>, IEquatable<Lake.Types.MetastoreStatus>, IDeepCloneable<Lake.Types.MetastoreStatus>, IBufferMessage, IMessageNamespace
Google.Cloud.Dataplex.V1Assembly
Google.Cloud.Dataplex.V1.dll
Constructors
MetastoreStatus()
public MetastoreStatus()
MetastoreStatus(Lake.Types.MetastoreStatus)
public MetastoreStatus(Lake.Types.MetastoreStatus other)
Parameter | |
---|---|
Name | Description |
other | Lake.Types.MetastoreStatus |
Properties
Endpoint
public string Endpoint { get; set; }
The URI of the endpoint used to access the Metastore service.
Property Value | |
---|---|
Type | Description |
String |
Message
public string Message { get; set; }
Additional information about the current status.
Property Value | |
---|---|
Type | Description |
String |
State
public Lake.Types.MetastoreStatus.Types.State State { get; set; }
Current state of association.
Property Value | |
---|---|
Type | Description |
Lake.Types.MetastoreStatus.Types.State |
UpdateTime
public Timestamp UpdateTime { get; set; }
Last update time of the metastore status of the lake.
Property Value | |
---|---|
Type | Description |
Timestamp |