StartPIBackup.ArchiveIndex Property
- Last UpdatedDec 15, 2025
- 2 minute read
Indices of historical archives to include in the PI Backup. Index = 0 is the primary archive.
Namespace: OSIsoft.PowerShell
Assembly: OSIsoft.PowerShell (in OSIsoft.PowerShell.dll) Version: 3.1.1.0 (3.1.1.466)
Syntax
[ParameterAttribute(Position = 3, Mandatory = false, HelpMessage = "Archive Index to backup")] public int[] ArchiveIndex { get; set; }
<ParameterAttribute(Position := 3, Mandatory := false, HelpMessage := "Archive Index to backup")> Public Property ArchiveIndex As Integer() Get Set Dim instance As StartPIBackup Dim value As Integer() value = instance.ArchiveIndex instance.ArchiveIndex = value
public: [ParameterAttribute(Position = 3, Mandatory = false, HelpMessage = L"Archive Index to backup")] property array<int>^ ArchiveIndex { array<int>^ get (); void set (array<int>^ value); }
[<ParameterAttribute(Position = 3, Mandatory = false, HelpMessage = "Archive Index to backup")>] member ArchiveIndex : int[] with get, set