pub async fn get_min_lsn(
client: &mut Client,
capture_instance: &str,
) -> Result<Lsn, SqlServerError>
Expand description
Returns the minimum log sequence number for the specified capture_instance
.
pub async fn get_min_lsn(
client: &mut Client,
capture_instance: &str,
) -> Result<Lsn, SqlServerError>
Returns the minimum log sequence number for the specified capture_instance
.