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

PI Powershell

StartPIArchiveReprocess.DeleteInputArchive Property

StartPIArchiveReprocess.DeleteInputArchive Property

  • Last UpdatedDec 15, 2025
  • 2 minute read
StartPIArchiveReprocess.DeleteInputArchive Property

Automatically delete specified archive(s) upon successful reprocessing

Namespace:  OSIsoft.PowerShell
Assembly:  OSIsoft.PowerShell (in OSIsoft.PowerShell.dll) Version: 2.2.3.0 (2.2.3.952)

Syntax

[ParameterAttribute(Mandatory = false, HelpMessage = "Automatically delete specified archive(s) upon successful reprocessing")]
[ValidateNotNullOrEmptyAttribute]
[AliasAttribute(new string[] { ... })]
public SwitchParameter DeleteInputArchive { get; set; }
<ParameterAttribute(Mandatory := false, HelpMessage := "Automatically delete specified archive(s) upon successful reprocessing")>
<ValidateNotNullOrEmptyAttribute>
<AliasAttribute(New String() { ... })>
Public Property DeleteInputArchive As SwitchParameter
	Get
	Set

Dim instance As StartPIArchiveReprocess
Dim value As SwitchParameter

value = instance.DeleteInputArchive

instance.DeleteInputArchive = value
public:
[ParameterAttribute(Mandatory = false, HelpMessage = L"Automatically delete specified archive(s) upon successful reprocessing")]
[ValidateNotNullOrEmptyAttribute]
[AliasAttribute(__gc new array<String^>^ { ... })]
property SwitchParameter DeleteInputArchive {
	SwitchParameter get ();
	void set (SwitchParameter value);
}
[<ParameterAttribute(Mandatory = false, HelpMessage = "Automatically delete specified archive(s) upon successful reprocessing")>]
[<ValidateNotNullOrEmptyAttribute>]
[<AliasAttribute(new string[] { ... })>]
member DeleteInputArchive : SwitchParameter with get, set

Property Value

Type: SwitchParameter

See Also

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