SoftLayer_Container_Search_ObjectType_Property


SoftLayer_Container_Search_ObjectType_Property

Description

This data type is a container that stores information about a single property of a searchable object type. Each SoftLayer_Container_Search_ObjectType object holds a collection of these properties. Property information can be used for discovery of searchable data and for the creation or validation of object index search strings. Note that properties are only understood by the SoftLayer_Search::advancedSearch method. Refer to the advancedSearch() method for information on using properties in search strings.

Local


name

Name of property.
Type: string


sortableFlag

Indicates if this property can be sorted.
Type: boolean


type

Property data type. Valid values include ‘boolean’, ‘integer’, ‘date’, ‘string’ or ’text’.
Type: string

Relational

Count