Cloud Dataplex v1 API - Class Asset.Types.DiscoveryStatus (2.15.0)

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

Reference documentation and code samples for the Cloud Dataplex v1 API class Asset.Types.DiscoveryStatus.

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(DiscoveryStatus)

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

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
AssetTypesDiscoveryStatusTypesState

Stats

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

Data Stats of the asset reported by discovery.

Property Value
TypeDescription
AssetTypesDiscoveryStatusTypesStats

UpdateTime

public Timestamp UpdateTime { get; set; }

Last update time of the status.

Property Value
TypeDescription
Timestamp