GoogleApi.Datastream.V1.Model.SqlServerLsnPosition (google_api_datastream v0.10.0)
View SourceSQL Server LSN position
Attributes
-
lsn
(type:String.t
, default:nil
) - Required. Log sequence number (LSN) from where Logs will be read
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Datastream.V1.Model.SqlServerLsnPosition{ lsn: String.t() | nil }