GetPIArchiveReprocessHistory.Count Property
- Last UpdatedDec 15, 2025
- 2 minute read
Maximum number of history records to return
Namespace: OSIsoft.PowerShell
Assembly: OSIsoft.PowerShell (in OSIsoft.PowerShell.dll) Version: 3.1.1.0 (3.1.1.466)
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