Cloud Dataplex v1 API - Class DataProfileResult.Types.Profile.Types.Field.Types.ProfileInfo.Types.TopNValue (2.3.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.

The TopNValue defines the structure of output of top N values of a field.

Inheritance

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

Namespace

GoogleCloudGoogle.Cloud.DataplexV1

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; }

The frequency count of the corresponding value in the field.

Property Value
TypeDescription
long

Value

public string Value { get; set; }

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

Property Value
TypeDescription
string