Space Model
Space Model documentation for JavaScript SDK
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| spaceId | String | The unique identifier for this space. | |
| name | String | The name of the space. | |
| labels | {String: String} | Key-value pairs of metadata associated with the space. | [optional] |
| spaceEmbedders | [SpaceEmbedder] | The list of embedders associated with this space. | |
| createdAt | Number | Timestamp when this space was created (milliseconds since epoch). | |
| updatedAt | Number | Timestamp when this space was last updated (milliseconds since epoch). | |
| ownerId | String | The ID of the user who owns this space. | |
| createdById | String | The ID of the user who created this space. | |
| updatedById | String | The ID of the user who last updated this space. | |
| publicRead | Boolean | Whether this space is publicly readable by all users. | |
| defaultChunkingConfig | ChunkingConfiguration | [optional] |