View Source GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1DataProfileResultProfileFieldProfileInfoTopNValue (google_api_dataplex v0.13.0)

Top N non-null values in the scanned data.

Attributes

  • count (type: String.t, default: nil) - Count of the corresponding value in the scanned data.
  • ratio (type: float(), default: nil) - Ratio of the corresponding value in the field against the total number of rows in the scanned data.
  • value (type: String.t, default: nil) - String value of a top N non-null value.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1DataProfileResultProfileFieldProfileInfoTopNValue{
    count: String.t() | nil,
    ratio: float() | nil,
    value: String.t() | nil
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.