Citrix.PresentationServer.ZoneDataCollectorCitrix Zone Data Collector

Citrix.PresentationServer.ZoneDataCollector (ClassType)

Computer running Citrix Presentation Server that hosts a zone data collector role

Element properties:

Base ClassCitrix.Library.ApplicationRole
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId5e2f020c-e05d-741a-0ef1-87c46923bdb6

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ENU) Description (ENU) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Display Name Display name of monitoring object. false 256  False 
Citrix.PresentationServer.ZoneDataCollector:
ServerName  string  Server Name Name of the Citrix zone data collector machine true 256  False 
ZoneName  string  Zone Name Name of the Citrix zone the data collector belongs to true 256  False 

Health Model:

Source Code:

<ClassType ID="Citrix.PresentationServer.ZoneDataCollector" Accessibility="Public" Abstract="false" Base="CtxLibrary!Citrix.Library.ApplicationRole" Hosted="true" Singleton="false">
<Property ID="ServerName" Type="string" Key="true" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="ZoneName" Type="string" Key="true" CaseSensitive="false" Length="256" MinLength="0"/>
</ClassType>