|
ArchiveFileMaxHistoricArchiveFiles Property
|
Gets or sets the maximum number of historic
ArchiveFiles to be kept at both the primary and offload locations combined.
Namespace: GSF.Historian.FilesAssembly: GSF.Historian (in GSF.Historian.dll) Version: 2.4.248-beta
Syntax[DefaultValueAttribute(-1)]
public int MaxHistoricArchiveFiles { get; set; }
<DefaultValueAttribute(-1)>
Public Property MaxHistoricArchiveFiles As Integer
Get
Set
public:
[DefaultValueAttribute(-1)]
property int MaxHistoricArchiveFiles {
int get ();
void set (int value);
}
[<DefaultValueAttribute(-1)>]
member MaxHistoricArchiveFiles : int with get, set
function get_MaxHistoricArchiveFiles();
function set_MaxHistoricArchiveFiles(value);
View SourceProperty Value
Int32
Remarks
Set
MaxHistoricArchiveFiles to -1 to keep historic
ArchiveFiles indefinitely.
See Also