{ "sections": [ "title", "description", "file_information", "directory_location", "fields", "wsdl_segment", "declarative_metadata_sample_definition" ], "title": "CustomIndex - Metadata API", "description": "Represents an index used to increase the speed of queries.This type extends the Metadata metadata type and inherits its fullName field.", "file_information": ".indx", "directory_location": "customindex", "fields_columns": [ "type", "description" ], "fields": { "allowNullValues": { "type": "boolean", "description": "Indicates whether null values are allowed in the index (true) or not (false). The default value is false." }, "booleanIndexedValue": { "type": "boolean", "description": "Indicates whether boolean fields are indexed (true) or not (false). Available in API version 61.0 and later." } }, "wsdl_segment": "```xml\n\n \n \n \n \n \n \n \n \n\n\n \n \n \n\n```", "declarative_metadata_sample_definition": [ { "description": "The following is an example of a CustomIndex component.", "code": "\n\n false\n true\n" } ] }