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

Represents partition metadata contained within entity instances.

Attributes

  • etag (type: String.t, default: nil) - Optional. The etag for this partition.
  • location (type: String.t, default: nil) - Required. Immutable. The location of the entity data within the partition, for example, gs://bucket/path/to/entity/key1=value1/key2=value2. Or projects//datasets//tables/
  • name (type: String.t, default: nil) - Output only. Partition values used in the HTTP URL must be double encoded. For example, url_encode(url_encode(value)) can be used to encode "US:CA/CA#Sunnyvale so that the request URL ends with "/partitions/US%253ACA/CA%2523Sunnyvale". The name field in the response retains the encoded format.
  • values (type: list(String.t), default: nil) - Required. Immutable. The set of values representing the partition, which correspond to the partition schema defined in the parent entity.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1Partition{
  etag: String.t() | nil,
  location: String.t() | nil,
  name: String.t() | nil,
  values: [String.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.