Interface DataProfileResult.Profile.Field.ProfileInfo.TopNValueOrBuilder (1.14.0)

public static interface DataProfileResult.Profile.Field.ProfileInfo.TopNValueOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCount()

public abstract long getCount()

The frequency count of the corresponding value in the field.

int64 count = 2;

Returns
TypeDescription
long

The count.

getValue()

public abstract String getValue()

The value is the string value of the actual value from the field.

string value = 1;

Returns
TypeDescription
String

The value.

getValueBytes()

public abstract ByteString getValueBytes()

The value is the string value of the actual value from the field.

string value = 1;

Returns
TypeDescription
ByteString

The bytes for value.