# ConfigurationFileVersion

## *ConfigurationFileVersion* Table

The *ConfigurationFileVersion* table stores individual versions of configuration files used by CapStorm products. Each entry corresponds to a specific version of a file recorded in the *ConfigurationFile* table, including its full content and associated metadata.

The following table describes each field in the *ConfigurationFileVersion* table:

| Column Name       | Data Type | Required | Description                                                                         |
| ----------------- | --------- | -------- | ----------------------------------------------------------------------------------- |
| id                | integer   | Yes      | Unique identifier assigned to the record by the application.                        |
| configFileId      | integer   | Yes      | The unique id of the configuration file in the *ConfigurationFile* table.           |
| configFileVersion | varchar   | Yes      | The version of the record. Multiple versions of a configuration file can be stored. |
| contents          | varchar   | Yes      | The actual file body of the configuration file.                                     |
| notes             | varchar   | No       | Optional notes associated with the configuration file.                              |
| isDeleted         | boolean   | Yes      | True if the configuration file version is considered deleted, otherwise false.      |
| createdDate       | datetime  | Yes      | The date and time when the record was created.                                      |
| modifiedDate      | datetime  | Yes      | The date and time when the record was last modified.                                |
| lastModifiedBy    | varchar   | Yes      | The user who last modified the record.                                              |
| createdBy         | varchar   | Yes      | The user who created the record.                                                    |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://learn.capstorm.com/copystorm-director/reference/copystorm-director-database/configurationfileversion.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
