GetPIBackupSummary.Index Property
- Last UpdatedDec 15, 2025
- 1 minute read
Backup report summary index to get from the PI Data Archive
Namespace: OSIsoft.PowerShell
Assembly: OSIsoft.PowerShell (in OSIsoft.PowerShell.dll) Version: 3.1.1.0 (3.1.1.466)
Syntax
[ParameterAttribute(Position = 0, Mandatory = false, HelpMessage = "Backup index")] [ValidateNotNullOrEmptyAttribute] public int Index { get; set; }
<ParameterAttribute(Position := 0, Mandatory := false, HelpMessage := "Backup index")> <ValidateNotNullOrEmptyAttribute> Public Property Index As Integer Get Set Dim instance As GetPIBackupSummary Dim value As Integer value = instance.Index instance.Index = value
public: [ParameterAttribute(Position = 0, Mandatory = false, HelpMessage = L"Backup index")] [ValidateNotNullOrEmptyAttribute] property int Index { int get (); void set (int value); }
[<ParameterAttribute(Position = 0, Mandatory = false, HelpMessage = "Backup index")>] [<ValidateNotNullOrEmptyAttribute>] member Index : int with get, set