Class SqlServerLsnPosition
SQL Server LSN position
Implements
Inherited Members
Namespace: Google.Apis.Datastream.v1.Data
Assembly: Google.Apis.Datastream.v1.dll
Syntax
public class SqlServerLsnPosition : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Lsn
Required. Log sequence number (LSN) from where Logs will be read
Declaration
[JsonProperty("lsn")]
public virtual string Lsn { get; set; }
Property Value
Type | Description |
---|---|
string |