Interface SqlServerLsnPositionOrBuilder (1.54.0)

public interface SqlServerLsnPositionOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getLsn()

public abstract String getLsn()

Required. Log sequence number (LSN) from where Logs will be read

string lsn = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The lsn.

getLsnBytes()

public abstract ByteString getLsnBytes()

Required. Log sequence number (LSN) from where Logs will be read

string lsn = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for lsn.