|
ArchiveFileArchiveOffloadLocation Property
|
Gets or sets the path to the directory where historic
ArchiveFiles are to be offloaded to make space in the primary archive location.
Set to *DELETE* to remove historic files instead of moving them to an offload location.
Namespace: GSF.Historian.FilesAssembly: GSF.Historian (in GSF.Historian.dll) Version: 2.4.248-beta
Syntax[DefaultValueAttribute("")]
public string ArchiveOffloadLocation { get; set; }
<DefaultValueAttribute("")>
Public Property ArchiveOffloadLocation As String
Get
Set
public:
[DefaultValueAttribute(L"")]
property String^ ArchiveOffloadLocation {
String^ get ();
void set (String^ value);
}
[<DefaultValueAttribute("")>]
member ArchiveOffloadLocation : string with get, set
function get_ArchiveOffloadLocation();
function set_ArchiveOffloadLocation(value);
View SourceProperty Value
String
See Also