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 (readonly)

Returns Output only. Value that marks the end of the range.

Returns:

  • (::String)

    Output only. Value that marks the end of the range.



110
111
112
113
# File 'proto_docs/google/cloud/dataplex/v1/processing.rb', line 110

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

#field::String (readonly)

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

Returns:

  • (::String)

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



110
111
112
113
# File 'proto_docs/google/cloud/dataplex/v1/processing.rb', line 110

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

#start::String (readonly)

Returns Output only. Value that marks the start of the range.

Returns:

  • (::String)

    Output only. Value that marks the start of the range.



110
111
112
113
# File 'proto_docs/google/cloud/dataplex/v1/processing.rb', line 110

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