Class GoogleCloudDataplexV1DataProfileResultProfileFieldProfileInfoTopNValue
Top N non-null values in the scanned data.
Implements
Inherited Members
Namespace: Google.Apis.CloudDataplex.v1.Data
Assembly: Google.Apis.CloudDataplex.v1.dll
Syntax
public class GoogleCloudDataplexV1DataProfileResultProfileFieldProfileInfoTopNValue : IDirectResponseSchema
Properties
Count
Count of the corresponding value in the scanned data.
Declaration
[JsonProperty("count")]
public virtual long? Count { get; set; }
Property Value
Type | Description |
---|---|
long? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Ratio
Ratio of the corresponding value in the field against the total number of rows in the scanned data.
Declaration
[JsonProperty("ratio")]
public virtual double? Ratio { get; set; }
Property Value
Type | Description |
---|---|
double? |
Value
String value of a top N non-null value.
Declaration
[JsonProperty("value")]
public virtual string Value { get; set; }
Property Value
Type | Description |
---|---|
string |