Show / Hide Table of Contents

Class GoogleCloudDataplexV1DataQualityDimensionResult

DataQualityDimensionResult provides a more detailed, per-dimension view of the results.

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

Properties

Dimension

Output only. The dimension config specified in the DataQualitySpec, as is.

Declaration
[JsonProperty("dimension")]
public virtual GoogleCloudDataplexV1DataQualityDimension Dimension { get; set; }
Property Value
Type Description
GoogleCloudDataplexV1DataQualityDimension

ETag

The ETag of the item.

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

Passed

Output only. Whether the dimension passed or failed.

Declaration
[JsonProperty("passed")]
public virtual bool? Passed { get; set; }
Property Value
Type Description
bool?

Score

Output only. The dimension-level data quality score for this data scan job if and only if the 'dimension' field is set.The score ranges between 0, 100 (up to two decimal points).

Declaration
[JsonProperty("score")]
public virtual float? Score { get; set; }
Property Value
Type Description
float?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX