View API
| Local Properties | ||
Service Types | Data Object Types | All Properties | All Methods |
Data Object - GlobalSessionQueryServiceCountSpec
- Class
- VMware.Hv.CountSpec
- Parameter to
- GlobalSessionQueryService_GetCountWithSpec
- See also
- DesktopId, GlobalApplicationEntitlementId, GlobalEntitlementId, PodId, UserOrGroupId
- Since
- Horizon View 6.2
Data Object Description
CountSpec to filter & count the sessions- This data object must be updated as a whole.
Data Object Properties
Properties
Name | Type | Description |
---|---|---|
user | UserOrGroupId |
Unique identifier for user. At most one of the user, pod, brokeringPod, desktop, clientName values can be set to non null value.
|
pod | PodId |
ID of the pod hosting the session. At most one of the user, pod, brokeringPod, desktop, clientName values can be set to non null value.
|
brokeringPod | PodId |
ID of pod that brokered the session. At most one of the user, pod, brokeringPod, desktop, clientName values can be set to non null value.
|
desktop | DesktopId |
Desktop pool id. At most one of the user, pod, brokeringPod, desktop, clientName values can be set to non null value.
|
clientName | xsd:string |
Client machine name. At most one of the user, pod, brokeringPod, desktop, clientName values must be set to non null value. Since Horizon 7.2
|
globalEntitlement | GlobalEntitlementId |
GlobalEntitlement unique identifier for global entitlement.
Either globalEntitlement or globalApplicationEntitlement
can be set. At most one of these fields can be set.
|
globalApplicationEntitlement | GlobalApplicationEntitlementId |
GlobalEntitlement unique identifier for global application entitlement.
Either globalEntitlement or globalApplicationEntitlement
can be set. At most one of these fields can be set.
|
Top of page | Local Properties | ||
Service Types | Data Object Types | All Properties | All Methods |