?> ... - Aide
QUESTION / RÉPONSE

Comment rendre une caslib temporaire et limitée à la session actuelle ?

0 consultations

Réponse

Pour créer une caslib qui n'existe que pour la durée de la session en cours, utilisez le paramètre `session=True`. Les tables de cette caslib ne seront pas visibles par les autres sessions.
Action technique liée

Voir la documentation de addCaslib

Voir l'Action

Voir aussi

attribute
table

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.

addCaslib
table

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.

addUserActionSetPath
builtins

The addUserActionSetPath action adds a caslib to the user-defined action set search path. This allows the CAS server to find and load user-defined action sets from a specified caslib, making them available for execution in the current session.