Class GoogleCloudDataplexV1DataQualityDimensionResult
DataQualityDimensionResult provides a more detailed, per-dimension view of the results.
Implements
Inherited Members
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
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? |