?>
Voir la documentation de addTable
The `attribute` action manages extended attributes for in-memory tables in CAS. Extended attributes are user-defined metadata, stored as key-value pairs, that can be associated with a table or specific columns within a table. This action allows for adding, updating, dropping, and exporting these attributes, providing a flexible way to enrich data with additional context or information without altering the data itself.
L'action `addCaslibSubdir` permet de créer un nouveau sous-répertoire directement à l'intérieur du chemin physique d'une caslib existante. Cette fonctionnalité est particulièrement utile pour organiser les données et les artefacts au sein d'un projet sans avoir à définir de multiples caslibs. Elle est principalement utilisée avec des caslibs basées sur un chemin (type PATH, DNFS, etc.) où l'utilisateur dispose des permissions nécessaires sur le système de fichiers du serveur CAS pour créer des répertoires.
Adds a new caslib to enable access to a data source. A caslib is an in-memory space to hold tables, access control lists, and data source information. Caslibs provide a way to organize in-memory tables and to manage access to data. All data is available to CAS through caslibs, and all operations in CAS that use tables are performed with caslibs.