Reference documentation and code samples for the Google Cloud Dataplex V1 Client class TopNValue.
The TopNValue defines the structure of output of top N values of a field.
Generated from protobuf message google.cloud.dataplex.v1.DataProfileResult.Profile.Field.ProfileInfo.TopNValue
Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ value |
string
The value is the string value of the actual value from the field. |
↳ count |
int|string
The frequency count of the corresponding value in the field. |
getValue
The value is the string value of the actual value from the field.
Returns | |
---|---|
Type | Description |
string |
setValue
The value is the string value of the actual value from the field.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getCount
The frequency count of the corresponding value in the field.
Returns | |
---|---|
Type | Description |
int|string |
setCount
The frequency count of the corresponding value in the field.
Parameter | |
---|---|
Name | Description |
var |
int|string
|
Returns | |
---|---|
Type | Description |
$this |