View Source GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1ScannedDataIncrementalField (google_api_dataplex v0.17.0)

A data range denoted by a pair of start/end values of a field.

Attributes

  • end (type: String.t, default: nil) - Value that marks the end of the range.
  • field (type: String.t, default: nil) - The field that contains values which monotonically increases over time (e.g. a timestamp column).
  • start (type: String.t, default: nil) - Value that marks the start of the range.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1ScannedDataIncrementalField{
    end: String.t() | nil,
    field: String.t() | nil,
    start: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.