Class: Google::Cloud::Dataplex::V1::ScannedData::IncrementalField
- Inherits:
-
Object
- Object
- Google::Cloud::Dataplex::V1::ScannedData::IncrementalField
- 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
-
#end ⇒ ::String
Value that marks the end of the range.
-
#field ⇒ ::String
The field that contains values which monotonically increases over time (e.g. a timestamp column).
-
#start ⇒ ::String
Value that marks the start of the range.
Instance Attribute Details
#end ⇒ ::String
Returns 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).
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.
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 |