2023-08-27 10:55:55 +02:00
|
|
|
---
|
|
|
|
title: createTableProfile
|
|
|
|
slug: /main-concepts/metadata-standard/schemas/api/data/createtableprofile
|
|
|
|
---
|
|
|
|
|
|
|
|
# CreateTableProfileRequest
|
|
|
|
|
|
|
|
*Schema corresponding to a table profile that belongs to a table*
|
|
|
|
|
|
|
|
## Properties
|
|
|
|
|
2025-01-15 17:46:55 +05:30
|
|
|
- **`tableProfile`**: Table Profile. Refer to *[../../entity/data/table.json#/definitions/tableProfile](#/../entity/data/table.json#/definitions/tableProfile)*.
|
2023-08-27 10:55:55 +02:00
|
|
|
- **`columnProfile`** *(array)*: List of local column profiles of the table.
|
2025-01-15 17:46:55 +05:30
|
|
|
- **Items**: Refer to *[../../entity/data/table.json#/definitions/columnProfile](#/../entity/data/table.json#/definitions/columnProfile)*.
|
2023-08-27 10:55:55 +02:00
|
|
|
- **`systemProfile`** *(array)*: List of system profiles for the table.
|
2025-01-15 17:46:55 +05:30
|
|
|
- **Items**: Refer to *[../../entity/data/table.json#/definitions/systemProfile](#/../entity/data/table.json#/definitions/systemProfile)*.
|
2023-08-27 10:55:55 +02:00
|
|
|
|
|
|
|
|
2025-01-15 17:46:55 +05:30
|
|
|
Documentation file automatically generated at 2025-01-15 09:05:41.923720+00:00.
|