View Source GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1DataProfileResultProfileFieldProfileInfoStringFieldInfo (google_api_dataplex v0.15.0)

The profile information for a string type field.

Attributes

  • averageLength (type: float(), default: nil) - Average length of non-null values in the scanned data.
  • maxLength (type: String.t, default: nil) - Maximum length of non-null values in the scanned data.
  • minLength (type: String.t, default: nil) - Minimum length of non-null values in the scanned data.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1DataProfileResultProfileFieldProfileInfoStringFieldInfo{
    averageLength: float() | nil,
    maxLength: String.t() | nil,
    minLength: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.