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

PI Powershell

GetPISnapshotStatistics.ArchiveSet Property

  • Last UpdatedDec 15, 2025
  • 2 minute read
GetPISnapshotStatistics.ArchiveSet Property

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: 3.1.1.0 (3.1.1.466)

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

Property Value

Type: UInt16

See Also

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