StreamedLiveThreshold Property
- Last UpdatedAug 21, 2026
- 1 minute read
Indicates the earliest timestamp that can appear in the Live table for streamed data sent to the historian.
'Declaration
Public Property StreamedLiveThreshold As Date
'Usage
Dim instance As HistorianTagStatus
Dim value As Date
instance.StreamedLiveThreshold = value
value = instance.StreamedLiveThreshold
public DateTime StreamedLiveThreshold {get; set;}