StartPIBackup.ExcludeFuture Property
- Last UpdatedDec 15, 2025
- 2 minute read
Exclude future archives from the PI Backup
Namespace: OSIsoft.PowerShell
Assembly: OSIsoft.PowerShell (in OSIsoft.PowerShell.dll) Version: 2.2.3.0 (2.2.3.952)
Syntax
[ParameterAttribute(Position = 7, Mandatory = false, HelpMessage = "Exclude archives from the future set from being backed up")] public SwitchParameter ExcludeFuture { get; set; }
<ParameterAttribute(Position := 7, Mandatory := false, HelpMessage := "Exclude archives from the future set from being backed up")> Public Property ExcludeFuture As SwitchParameter Get Set Dim instance As StartPIBackup Dim value As SwitchParameter value = instance.ExcludeFuture instance.ExcludeFuture = value
public: [ParameterAttribute(Position = 7, Mandatory = false, HelpMessage = L"Exclude archives from the future set from being backed up")] property SwitchParameter ExcludeFuture { SwitchParameter get (); void set (SwitchParameter value); }
[<ParameterAttribute(Position = 7, Mandatory = false, HelpMessage = "Exclude archives from the future set from being backed up")>] member ExcludeFuture : SwitchParameter with get, set