Show / Hide Table of Contents

Class GoogleCloudDataplexV1DataQualityResultAnomalyDetectionGeneratedAssets

The assets generated by Anomaly Detection Data Scan.

Inheritance
object
GoogleCloudDataplexV1DataQualityResultAnomalyDetectionGeneratedAssets
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 GoogleCloudDataplexV1DataQualityResultAnomalyDetectionGeneratedAssets : IDirectResponseSchema

Properties

DataIntermediateTable

Output only. The intermediate table for data anomaly detection. Format: PROJECT_ID.DATASET_ID.TABLE_ID

Declaration
[JsonProperty("dataIntermediateTable")]
public virtual string DataIntermediateTable { 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

FreshnessIntermediateTable

Output only. The intermediate table for freshness anomaly detection. Format: PROJECT_ID.DATASET_ID.TABLE_ID

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

ResultTable

Output only. The result table for anomaly detection. Format: PROJECT_ID.DATASET_ID.TABLE_ID If the result table is set at AnomalyDetectionAssets, the result table here would be the same as the one set in the AnomalyDetectionAssets.result_table.

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

VolumeIntermediateTable

Output only. The intermediate table for volume anomaly detection. Format: PROJECT_ID.DATASET_ID.TABLE_ID

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX