LogStore.BaseSequenceNumber Property

Definition

Gets the lowest sequence number that corresponds to a valid record in this LogStore instance.

C#
public System.IO.Log.SequenceNumber BaseSequenceNumber { get; }

Property Value

The lowest sequence number that corresponds to a valid record in this LogStore instance.

Exceptions

The property was accessed after the sequence has been disposed of.

Remarks

Valid sequence numbers are greater than or equal to BaseSequenceNumber and less than LastSequenceNumber.

Applies to

Product Versions
.NET Framework 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1