?> En la acción `addCaslibSubdir`, ¿qué diferencia... - Aide
QUESTION / RÉPONSE

En la acción `addCaslibSubdir`, ¿qué diferencia hay entre los permisos 'PRIVATE' y 'PUBLICREAD'?

0 consultations

Réponse

El permiso 'PRIVATE' concede acceso de lectura y escritura únicamente al propietario del directorio. En cambio, 'PUBLICREAD' concede acceso de lectura a todos, pero solo el propietario tiene acceso de lectura y escritura.
Action technique liée

Voir la documentation de addCaslibSubdir

Voir l'Action

Voir aussi

addCaslibSubdir
table

The `addCaslibSubdir` action creates a new subdirectory within the physical path of an existing caslib. This is particularly useful for organizing data sources and other files within a caslib's storage without needing direct file system access. The action allows specifying permissions for the new subdirectory, ensuring proper access control from the moment of creation.

addTable
table

Fügt eine Tabelle hinzu, indem sie vom Client an den Server gesendet wird. Diese Aktion wird normalerweise nicht direkt aufgerufen, sondern über eine client-spezifische Funktion oder Methode (z. B. `add_table` in Python SWAT oder `as.cas.ctable` in R) genutzt, die den Datentransfer vom Client-Speicher zum CAS-Server kapselt. Sie ist grundlegend für die Erstellung von In-Memory-Tabellen aus lokalen Datenstrukturen wie Pandas DataFrames oder R Data Frames.

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.