searches
Creates, updates, deletes, gets or lists a searches resource.
Overview
| Name | searches |
| Type | Resource |
| Id | confluent.catalog.searches |
Fields
| Name | Datatype | Description |
|---|---|---|
entities | array | The entities |
referredEntities | object | The referred entities |
searchParameters | object | Search paramas to filter results |
types | array | The types |
Methods
| Name | Accessible by | Required Params | Description |
|---|---|---|---|
search_using_attribute | SELECT | | |
search_using_basic | SELECT | |
SELECT examples
Retrieve data for the specified attribute search query.
SELECT
entities,
referredEntities,
searchParameters,
types
FROM confluent.catalog.searches
;