Show / Hide Table of Contents

Class GoogleCloudDataplexV1DiscoveryEvent

The payload associated with Discovery data processing.

Inheritance
object
GoogleCloudDataplexV1DiscoveryEvent
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudDataplex.v1.Data
Assembly: Google.Apis.CloudDataplex.v1.dll
Syntax
public class GoogleCloudDataplexV1DiscoveryEvent : IDirectResponseSchema

Properties

Action

Details about the action associated with the event.

Declaration
[JsonProperty("action")]
public virtual GoogleCloudDataplexV1DiscoveryEventActionDetails Action { get; set; }
Property Value
Type Description
GoogleCloudDataplexV1DiscoveryEventActionDetails

AssetId

The id of the associated asset.

Declaration
[JsonProperty("assetId")]
public virtual string AssetId { get; set; }
Property Value
Type Description
string

Config

Details about discovery configuration in effect.

Declaration
[JsonProperty("config")]
public virtual GoogleCloudDataplexV1DiscoveryEventConfigDetails Config { get; set; }
Property Value
Type Description
GoogleCloudDataplexV1DiscoveryEventConfigDetails

DataLocation

The data location associated with the event.

Declaration
[JsonProperty("dataLocation")]
public virtual string DataLocation { get; set; }
Property Value
Type Description
string

DatascanId

The id of the associated datascan for standalone discovery.

Declaration
[JsonProperty("datascanId")]
public virtual string DatascanId { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Entity

Details about the entity associated with the event.

Declaration
[JsonProperty("entity")]
public virtual GoogleCloudDataplexV1DiscoveryEventEntityDetails Entity { get; set; }
Property Value
Type Description
GoogleCloudDataplexV1DiscoveryEventEntityDetails

LakeId

The id of the associated lake.

Declaration
[JsonProperty("lakeId")]
public virtual string LakeId { get; set; }
Property Value
Type Description
string

Message

The log message.

Declaration
[JsonProperty("message")]
public virtual string Message { get; set; }
Property Value
Type Description
string

Partition

Details about the partition associated with the event.

Declaration
[JsonProperty("partition")]
public virtual GoogleCloudDataplexV1DiscoveryEventPartitionDetails Partition { get; set; }
Property Value
Type Description
GoogleCloudDataplexV1DiscoveryEventPartitionDetails

Table

Details about the BigQuery table publishing associated with the event.

Declaration
[JsonProperty("table")]
public virtual GoogleCloudDataplexV1DiscoveryEventTableDetails Table { get; set; }
Property Value
Type Description
GoogleCloudDataplexV1DiscoveryEventTableDetails

Type

The type of the event being logged.

Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
Type Description
string

ZoneId

The id of the associated zone.

Declaration
[JsonProperty("zoneId")]
public virtual string ZoneId { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX