Cloud Dataplex v1 API - Class DataProfileResult.Types.Profile.Types.Field.Types.ProfileInfo.Types.TopNValue (2.12.0)

public sealed class DataProfileResult.Types.Profile.Types.Field.Types.ProfileInfo.Types.TopNValue : IMessage<DataProfileResult.Types.Profile.Types.Field.Types.ProfileInfo.Types.TopNValue>, IEquatable<DataProfileResult.Types.Profile.Types.Field.Types.ProfileInfo.Types.TopNValue>, IDeepCloneable<DataProfileResult.Types.Profile.Types.Field.Types.ProfileInfo.Types.TopNValue>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud Dataplex v1 API class DataProfileResult.Types.Profile.Types.Field.Types.ProfileInfo.Types.TopNValue.

Top N non-null values in the scanned data.

Inheritance

object > DataProfileResult.Types.Profile.Types.Field.Types.ProfileInfo.Types.TopNValue

Namespace

Google.Cloud.Dataplex.V1

Assembly

Google.Cloud.Dataplex.V1.dll

Constructors

TopNValue()

public TopNValue()

TopNValue(TopNValue)

public TopNValue(DataProfileResult.Types.Profile.Types.Field.Types.ProfileInfo.Types.TopNValue other)
Parameter
NameDescription
otherDataProfileResultTypesProfileTypesFieldTypesProfileInfoTypesTopNValue

Properties

Count

public long Count { get; set; }

Count of the corresponding value in the scanned data.

Property Value
TypeDescription
long

Ratio

public double Ratio { get; set; }

Ratio of the corresponding value in the field against the total number of rows in the scanned data.

Property Value
TypeDescription
double

Value

public string Value { get; set; }

String value of a top N non-null value.

Property Value
TypeDescription
string