Class: Google::Cloud::Datastream::V1::OracleScnPosition
- Inherits:
-
Object
- Object
- Google::Cloud::Datastream::V1::OracleScnPosition
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/datastream/v1/datastream_resources.rb
Overview
Oracle SCN position
Instance Attribute Summary collapse
-
#scn ⇒ ::Integer
Required.
Instance Attribute Details
#scn ⇒ ::Integer
Returns Required. SCN number from where Logs will be read.
1527 1528 1529 1530 |
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 1527 class OracleScnPosition include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |