What the units catalog is
The units catalog is a predefined set of measurement units that CDF uses for time series, data models, and other features. Each unit has an external ID, displays a symbol or name, and belongs to a quantity (e.g., length, mass). The catalog ensures that measurements are represented consistently across your project.Working with units
You can list all units in the catalog to discover what is available. To reference a specific unit, use its external ID to retrieve it. For bulk operations, you can retrieve multiple units in a single request.Units are typically read-only. You use the catalog to look up units when configuring time series or other data that requires unit specification.
Key operations
- List units: Retrieve all units in the catalog, optionally filtered.
- Retrieve by external ID: Get a single unit by its identifier.
- Retrieve multiple: Fetch several units in batch by external IDs.