Class: Google::Cloud::Dataplex::V1::ScannedData::IncrementalField

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/dataplex/v1/processing.rb

Overview

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

Instance Attribute Summary collapse

Instance Attribute Details

#end::String

Returns Value that marks the end of the range.

Returns:

  • (::String)

    Value that marks the end of the range.



98
99
100
101
# File 'proto_docs/google/cloud/dataplex/v1/processing.rb', line 98

class IncrementalField
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#field::String

Returns The field that contains values which monotonically increases over time (e.g. a timestamp column).

Returns:

  • (::String)

    The field that contains values which monotonically increases over time (e.g. a timestamp column).



98
99
100
101
# File 'proto_docs/google/cloud/dataplex/v1/processing.rb', line 98

class IncrementalField
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#start::String

Returns Value that marks the start of the range.

Returns:

  • (::String)

    Value that marks the start of the range.



98
99
100
101
# File 'proto_docs/google/cloud/dataplex/v1/processing.rb', line 98

class IncrementalField
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end