com.vmware.vise.data.query
Class OrderingPropertySpec
java.lang.Object
com.vmware.vise.data.PropertySpec
com.vmware.vise.data.query.OrderingPropertySpec
@data(base="Object")
public final class OrderingPropertySpec
- extends PropertySpec
Defines a property specification using in order process.
Determines how the result will be sorted by this property.
orderingType
@optional
public SortType orderingType
- An optional type of sorting using for this property.
Example: ascending or descending.
Default value is ascending.
OrderingPropertySpec
public OrderingPropertySpec()
Copyright @ 2012 VMware, Inc. All rights reserved.