Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

PI Powershell

StartPIBackup.ArchiveIndex Property

  • Last UpdatedDec 15, 2025
  • 2 minute read
StartPIBackup.ArchiveIndex Property

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: 2.2.3.0 (2.2.3.952)

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

Property Value

Type: Int32

See Also

In This Topic
TitleResults for “How to create a CRG?”Also Available in