BufferBlockMeasurementFlags Property

Gets or sets the raw buffer-block flag byte as it appeared on the wire (IEEE Std 2664-2024 Table 8). On receive, this carries the publisher's full intent (REQUIRE CONFIRMATION, COMPRESSED, CACHE INDEX, etc.); on send, this field is unused by the wire codec - the codec constructs the byte from RequireConfirmation and other per-block state.

Definition

Namespace: Gemstone.Timeseries
Assembly: Gemstone.Timeseries (in Gemstone.Timeseries.dll) Version: 1.0.177 -- Release Build+cfd4bfee106125722a429f9bad31e515a3784074
public byte Flags { get; set; }

Property Value

Byte

Remarks

Stored as a raw Byte so this assembly need not take a dependency on the STTP flag enum. Cast to BufferBlockFlags at the call site if structured inspection is needed.

See Also