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

PI Powershell

SetPIDataArchiveConnectionConfiguration.Priority Property

SetPIDataArchiveConnectionConfiguration.Priority Property

  • Last UpdatedDec 15, 2025
  • 2 minute read
SetPIDataArchiveConnectionConfiguration.Priority Property

Priority of collective member when connecting to a PI Collective. The highest priority is "1" and decreases with incremental values "2","3", etc. Set priorty to "-1" to prevent connections to this PI Collective member.

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

Syntax

[ParameterAttribute(Position = 5, Mandatory = false, ParameterSetName = "Collective", 
	HelpMessage = "Member priority")]
[ValidateNotNullOrEmptyAttribute]
public int Priority { get; set; }
<ParameterAttribute(Position := 5, Mandatory := false, ParameterSetName := "Collective", 
	HelpMessage := "Member priority")>
<ValidateNotNullOrEmptyAttribute>
Public Property Priority As Integer
	Get
	Set

Dim instance As SetPIDataArchiveConnectionConfiguration
Dim value As Integer

value = instance.Priority

instance.Priority = value
public:
[ParameterAttribute(Position = 5, Mandatory = false, ParameterSetName = L"Collective", 
	HelpMessage = L"Member priority")]
[ValidateNotNullOrEmptyAttribute]
property int Priority {
	int get ();
	void set (int value);
}
[<ParameterAttribute(Position = 5, Mandatory = false, ParameterSetName = "Collective", 
	HelpMessage = "Member priority")>]
[<ValidateNotNullOrEmptyAttribute>]
member Priority : int with get, set

Property Value

Type: Int32

See Also

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