public sealed class DiscoveryStatus : IMessage<Asset.Types.DiscoveryStatus>, IEquatable<Asset.Types.DiscoveryStatus>, IDeepCloneable<Asset.Types.DiscoveryStatus>, IBufferMessage, IMessage
Status of discovery for an asset.
Implements
IMessage<Asset.Types.DiscoveryStatus>, IEquatable<Asset.Types.DiscoveryStatus>, IDeepCloneable<Asset.Types.DiscoveryStatus>, IBufferMessage, IMessageNamespace
Google.Cloud.Dataplex.V1Assembly
Google.Cloud.Dataplex.V1.dll
Constructors
DiscoveryStatus()
public DiscoveryStatus()
DiscoveryStatus(Asset.Types.DiscoveryStatus)
public DiscoveryStatus(Asset.Types.DiscoveryStatus other)
Parameter | |
---|---|
Name | Description |
other | Asset.Types.DiscoveryStatus |
Properties
LastRunDuration
public Duration LastRunDuration { get; set; }
The duration of the last discovery run.
Property Value | |
---|---|
Type | Description |
Duration |
LastRunTime
public Timestamp LastRunTime { get; set; }
The start time of the last discovery run.
Property Value | |
---|---|
Type | Description |
Timestamp |
Message
public string Message { get; set; }
Additional information about the current state.
Property Value | |
---|---|
Type | Description |
String |
State
public Asset.Types.DiscoveryStatus.Types.State State { get; set; }
The current status of the discovery feature.
Property Value | |
---|---|
Type | Description |
Asset.Types.DiscoveryStatus.Types.State |
Stats
public Asset.Types.DiscoveryStatus.Types.Stats Stats { get; set; }
Data Stats of the asset reported by discovery.
Property Value | |
---|---|
Type | Description |
Asset.Types.DiscoveryStatus.Types.Stats |
UpdateTime
public Timestamp UpdateTime { get; set; }
Last update time of the status.
Property Value | |
---|---|
Type | Description |
Timestamp |