Show / Hide Table of Contents

Class GoogleCloudDataplexV1DataProfileResultProfileFieldProfileInfoTopNValue

Top N non-null values in the scanned data.

Inheritance
object
GoogleCloudDataplexV1DataProfileResultProfileFieldProfileInfoTopNValue
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 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX