Skip to main content

SegmentId

Type Alias SegmentId 

Source
pub type SegmentId = u32;
Expand description

Unique identifier for a segment.

Segment IDs are monotonically increasing integers assigned when segments are created. Use with LogRead::list_keys to query keys within specific segments.