Data Object - PropertyFilterUpdate(vmodl.query.PropertyCollector.FilterUpdate)

Property of
UpdateSet
Extends
DynamicData
See also
MissingObject, ObjectUpdate, PropertyFilter

Data Object Description

The PropertyFilterUpdate data object type contains a list of updates to data visible through a specific filter. Note that if a property changes through multiple filters, then a client receives an update for each filter.

Properties

Name Type Description
filterManagedObjectReference
to a PropertyFilter

Filter that was updated.
missingSet*MissingObject[]

Objects that could not be found on the server, but were specified in a objectSet.

This field will only be populated for objects that were determined to be missing since the data version passed to CheckForUpdates, WaitForUpdates, or WaitForUpdatesEx and will not contain objects that were missing prior to that data version.

objectSet*ObjectUpdate[]

Set of changes to object properties in the filter.
Properties inherited from DynamicData
None
*Need not be set
Show WSDL type definition