# The ExchangeFilter object

## Attributes

- `id` (string, Public Preview)
- `exchange_id` (string, Public Preview)
- `filter_value` (string, Public Preview)
- `name` (string, Public Preview)
- `created_at` (int64, Public Preview)
- `created_by` (string, Public Preview)
- `updated_at` (int64, Public Preview)
- `updated_by` (string, Public Preview)
- `filter_type` (string, Public Preview)
  Possible values: `GLOBAL_METASTORE_ID`

## Example

```json
{
  "id": "string",
  "exchange_id": "string",
  "filter_value": "string",
  "name": "string",
  "created_at": 0,
  "created_by": "string",
  "updated_at": 0,
  "updated_by": "string",
  "filter_type": "string"
}
```


