GetPISnapshotStatistics.ArchiveSet Property
- Last UpdatedDec 15, 2025
- 2 minute read
Archive set for which to retrieve snapshot statistics. If this parameter is not specified, historical archive set is used.
0 = Historical : 1 = Future
Namespace: OSIsoft.PowerShell
Assembly: OSIsoft.PowerShell (in OSIsoft.PowerShell.dll) Version: 2.2.3.0 (2.2.3.952)
Syntax
[ParameterAttribute(Position = 0, HelpMessage = "Archive set to use")] [ValidateNotNullOrEmptyAttribute] public ushort[] ArchiveSet { get; set; }
<ParameterAttribute(Position := 0, HelpMessage := "Archive set to use")> <ValidateNotNullOrEmptyAttribute> Public Property ArchiveSet As UShort() Get Set Dim instance As GetPISnapshotStatistics Dim value As UShort() value = instance.ArchiveSet instance.ArchiveSet = value
public: [ParameterAttribute(Position = 0, HelpMessage = L"Archive set to use")] [ValidateNotNullOrEmptyAttribute] property array<unsigned short>^ ArchiveSet { array<unsigned short>^ get (); void set (array<unsigned short>^ value); }
[<ParameterAttribute(Position = 0, HelpMessage = "Archive set to use")>] [<ValidateNotNullOrEmptyAttribute>] member ArchiveSet : uint16[] with get, set