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

Details about the partition.

Attributes

  • entity (type: String.t, default: nil) - The name to the containing entity resource. The name is the fully-qualified resource name.
  • partition (type: String.t, default: nil) - The name to the partition resource. The name is the fully-qualified resource name.
  • sampledDataLocations (type: list(String.t), default: nil) - The locations of the data items (e.g., a Cloud Storage objects) sampled for metadata inference.
  • type (type: String.t, default: nil) - The type of the containing entity resource.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1DiscoveryEventPartitionDetails{
    entity: String.t() | nil,
    partition: String.t() | nil,
    sampledDataLocations: [String.t()] | nil,
    type: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.