Class Asset.Types.DiscoveryStatus (2.1.0)

public sealed class DiscoveryStatus : IMessage<Asset.Types.DiscoveryStatus>, IEquatable<Asset.Types.DiscoveryStatus>, IDeepCloneable<Asset.Types.DiscoveryStatus>, IBufferMessage, IMessage

Status of discovery for an asset.

Inheritance

Object > Asset.Types.DiscoveryStatus

Namespace

Google.Cloud.Dataplex.V1

Assembly

Google.Cloud.Dataplex.V1.dll

Constructors

DiscoveryStatus()

public DiscoveryStatus()

DiscoveryStatus(Asset.Types.DiscoveryStatus)

public DiscoveryStatus(Asset.Types.DiscoveryStatus other)
Parameter
NameDescription
otherAsset.Types.DiscoveryStatus

Properties

LastRunDuration

public Duration LastRunDuration { get; set; }

The duration of the last discovery run.

Property Value
TypeDescription
Duration

LastRunTime

public Timestamp LastRunTime { get; set; }

The start time of the last discovery run.

Property Value
TypeDescription
Timestamp

Message

public string Message { get; set; }

Additional information about the current state.

Property Value
TypeDescription
String

State

public Asset.Types.DiscoveryStatus.Types.State State { get; set; }

The current status of the discovery feature.

Property Value
TypeDescription
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
TypeDescription
Asset.Types.DiscoveryStatus.Types.Stats

UpdateTime

public Timestamp UpdateTime { get; set; }

Last update time of the status.

Property Value
TypeDescription
Timestamp