Dataplex V1 API - Class Google::Cloud::Dataplex::V1::ScannedData::IncrementalField (v2.6.1)

Reference documentation and code samples for the Dataplex V1 API class Google::Cloud::Dataplex::V1::ScannedData::IncrementalField.

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

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#end

def end() -> ::String
Returns
  • (::String) — Output only. Value that marks the end of the range.

#field

def field() -> ::String
Returns
  • (::String) — Output only. The field that contains values which monotonically increases over time (e.g. a timestamp column).

#start

def start() -> ::String
Returns
  • (::String) — Output only. Value that marks the start of the range.