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

The aggregated data statistics for the asset reported by discovery.

Attributes

  • dataItems (type: String.t, default: nil) - The count of data items within the referenced resource.
  • dataSize (type: String.t, default: nil) - The number of stored data bytes within the referenced resource.
  • filesets (type: String.t, default: nil) - The count of fileset entities within the referenced resource.
  • tables (type: String.t, default: nil) - The count of table entities within the referenced resource.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1AssetDiscoveryStatusStats{
    dataItems: String.t() | nil,
    dataSize: String.t() | nil,
    filesets: String.t() | nil,
    tables: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.