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

PI Powershell

GetPIArchiveReprocessHistory.Count Property

  • Last UpdatedDec 15, 2025
  • 2 minute read
GetPIArchiveReprocessHistory.Count Property

Maximum number of history records to return

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

Syntax

[ParameterAttribute(Position = 2, Mandatory = false, HelpMessage = "Maximum number of history records to return")]
[ValidateNotNullOrEmptyAttribute]
public byte Count { get; set; }
<ParameterAttribute(Position := 2, Mandatory := false, HelpMessage := "Maximum number of history records to return")>
<ValidateNotNullOrEmptyAttribute>
Public Property Count As Byte
	Get
	Set

Dim instance As GetPIArchiveReprocessHistory
Dim value As Byte

value = instance.Count

instance.Count = value
public:
[ParameterAttribute(Position = 2, Mandatory = false, HelpMessage = L"Maximum number of history records to return")]
[ValidateNotNullOrEmptyAttribute]
property unsigned char Count {
	unsigned char get ();
	void set (unsigned char value);
}
[<ParameterAttribute(Position = 2, Mandatory = false, HelpMessage = "Maximum number of history records to return")>]
[<ValidateNotNullOrEmptyAttribute>]
member Count : byte with get, set

Property Value

Type: Byte

See Also

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