Class: Google::Cloud::Datastream::V1::SqlServerLsnPosition
- Inherits:
-
Object
- Object
- Google::Cloud::Datastream::V1::SqlServerLsnPosition
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/datastream/v1/datastream_resources.rb
Overview
SQL Server LSN position
Instance Attribute Summary collapse
-
#lsn ⇒ ::String
Required.
Instance Attribute Details
#lsn ⇒ ::String
Returns Required. Log sequence number (LSN) from where Logs will be read.
1518 1519 1520 1521 |
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 1518 class SqlServerLsnPosition include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |