Class GoogleCloudDataplexV1AssetDiscoveryStatus
Status of discovery for an asset.
Implements
Inherited Members
Namespace: Google.Apis.CloudDataplex.v1.Data
Assembly: Google.Apis.CloudDataplex.v1.dll
Syntax
public class GoogleCloudDataplexV1AssetDiscoveryStatus : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
LastRunDuration
The duration of the last discovery run.
Declaration
[JsonProperty("lastRunDuration")]
public virtual object LastRunDuration { get; set; }
Property Value
Type | Description |
---|---|
object |
LastRunTime
object representation of LastRunTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use LastRunTimeDateTimeOffset instead.")]
public virtual object LastRunTime { get; set; }
Property Value
Type | Description |
---|---|
object |
LastRunTimeDateTimeOffset
DateTimeOffset representation of LastRunTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? LastRunTimeDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
LastRunTimeRaw
The start time of the last discovery run.
Declaration
[JsonProperty("lastRunTime")]
public virtual string LastRunTimeRaw { get; set; }
Property Value
Type | Description |
---|---|
string |
Message
Additional information about the current state.
Declaration
[JsonProperty("message")]
public virtual string Message { get; set; }
Property Value
Type | Description |
---|---|
string |
State
The current status of the discovery feature.
Declaration
[JsonProperty("state")]
public virtual string State { get; set; }
Property Value
Type | Description |
---|---|
string |
Stats
Data Stats of the asset reported by discovery.
Declaration
[JsonProperty("stats")]
public virtual GoogleCloudDataplexV1AssetDiscoveryStatusStats Stats { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDataplexV1AssetDiscoveryStatusStats |
UpdateTime
object representation of UpdateTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use UpdateTimeDateTimeOffset instead.")]
public virtual object UpdateTime { get; set; }
Property Value
Type | Description |
---|---|
object |
UpdateTimeDateTimeOffset
DateTimeOffset representation of UpdateTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? UpdateTimeDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
UpdateTimeRaw
Last update time of the status.
Declaration
[JsonProperty("updateTime")]
public virtual string UpdateTimeRaw { get; set; }
Property Value
Type | Description |
---|---|
string |