|
ArchiveFileDiscardOutOfSequenceData Property
|
Gets or sets a boolean value that indicates whether incoming
ArchiveDataPoints with out-of-sequence
TimeTag are to be discarded.
Namespace: GSF.Historian.FilesAssembly: GSF.Historian (in GSF.Historian.dll) Version: 2.4.248-beta
Syntax[DefaultValueAttribute(true)]
public bool DiscardOutOfSequenceData { get; set; }
<DefaultValueAttribute(true)>
Public Property DiscardOutOfSequenceData As Boolean
Get
Set
public:
[DefaultValueAttribute(true)]
property bool DiscardOutOfSequenceData {
bool get ();
void set (bool value);
}
[<DefaultValueAttribute(true)>]
member DiscardOutOfSequenceData : bool with get, set
function get_DiscardOutOfSequenceData();
function set_DiscardOutOfSequenceData(value);
View SourceProperty Value
Boolean
See Also