Data Object - VslmVsoVStorageObjectQuerySpec(vslm.vso.VStorageObjectQuerySpec)

Parameter to
VslmListVStorageObjectForSpec
Extends
DynamicData
Since
VSLM API 6.7.2

Data Object Description

The VslmVsoVStorageObjectQuerySpec describes the criteria to query VStorageObject from global catalog. VslmVsoVStorageObjectQuerySpec is sent as input to vslm.vso.VStorageObjectManager#listVStorageObjectForSpec API.

Properties

Name Type Description
queryFieldxsd:string

This field specifies the searchable field. This can be one of the values from VslmVsoVStorageObjectQuerySpecQueryFieldEnum.
queryOperatorxsd:string

This field specifies the operator to compare the searchable field queryField with the specified value queryValue. This can be one of the values from vslm.vso.VStorageObjectQuerySpec.QueryFieldOperator.
queryValue*xsd:string[]

This field specifies the value to be compared with the searchable field.
Properties inherited from DynamicData
None
*Need not be set
Show WSDL type definition