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, IMessageReference 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.
Implements
IMessageDataProfileResultTypesProfileTypesFieldTypesProfileInfoTypesTopNValue, IEquatableDataProfileResultTypesProfileTypesFieldTypesProfileInfoTypesTopNValue, IDeepCloneableDataProfileResultTypesProfileTypesFieldTypesProfileInfoTypesTopNValue, IBufferMessage, IMessageNamespace
Google.Cloud.Dataplex.V1Assembly
Google.Cloud.Dataplex.V1.dll
Constructors
TopNValue()
public TopNValue()TopNValue(TopNValue)
public TopNValue(DataProfileResult.Types.Profile.Types.Field.Types.ProfileInfo.Types.TopNValue other)| Parameter | |
|---|---|
| Name | Description |
other |
DataProfileResultTypesProfileTypesFieldTypesProfileInfoTypesTopNValue |
Properties
Count
public long Count { get; set; }Output only. Count of the corresponding value in the scanned data.
| Property Value | |
|---|---|
| Type | Description |
long |
|
Ratio
public double Ratio { get; set; }Output only. Ratio of the corresponding value in the field against the total number of rows in the scanned data.
| Property Value | |
|---|---|
| Type | Description |
double |
|
Value
public string Value { get; set; }Output only. String value of a top N non-null value.
| Property Value | |
|---|---|
| Type | Description |
string |
|