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

Represents a key field within the entity's partition structure. You could have up to 20 partition fields, but only the first 10 partitions have the filtering ability due to performance consideration. Note: Partition fields are immutable.

Attributes

  • name (type: String.t, default: nil) - Required. Partition field name must consist of letters, numbers, and underscores only, with a maximum of length of 256 characters, and must begin with a letter or underscore..
  • type (type: String.t, default: nil) - Required. Immutable. The type of field.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1SchemaPartitionField{
  name: String.t() | nil,
  type: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.