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.
Implements
IMessageAssetTypesDiscoveryStatus, IEquatableAssetTypesDiscoveryStatus, IDeepCloneableAssetTypesDiscoveryStatus, IBufferMessage, IMessageNamespace
Google.Cloud.Dataplex.V1Assembly
Google.Cloud.Dataplex.V1.dll
Constructors
DiscoveryStatus()
public DiscoveryStatus()
DiscoveryStatus(DiscoveryStatus)
public DiscoveryStatus(Asset.Types.DiscoveryStatus other)
Parameter | |
---|---|
Name | Description |
other | AssetTypesDiscoveryStatus |
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 |
AssetTypesDiscoveryStatusTypesState |
Stats
public Asset.Types.DiscoveryStatus.Types.Stats Stats { get; set; }
Data Stats of the asset reported by discovery.
Property Value | |
---|---|
Type | Description |
AssetTypesDiscoveryStatusTypesStats |
UpdateTime
public Timestamp UpdateTime { get; set; }
Last update time of the status.
Property Value | |
---|---|
Type | Description |
Timestamp |