Esta excepción permite que el objeto Storage se use sin bloquear todos los objetos compartidos conectados.
This exception allows the Storage object to be used without locking all connected shared objects or collections.
response.meta: un objeto Storage (similar a un diccionario) que contiene información de tipo <meta> opcional como response.meta.author, .description, y/o.keywords.
response.meta: a Storage object that contains optional <meta> information like response.meta.author, .description, and/or.keywords.
Tenga en cuenta que, a diferencia de los objetos compartidos estándar, el objeto Storage no crea un grupo compartido cuando los objetos/colección son agregados como sus propiedades.
Note that, unlike standard shared objects, the storage object does not create a shared group when shared objects/collections are added as its properties.
Al ser session un objeto Storage, el intento fallido de acceder a atributos o nombres no establecidos no genera una excepción: en su lugar devuelve None.
Because session is a Storage object, trying to access an attribute/key that has not been set does not raise an exception; it returns None instead.
Descripción El método Storage devuelve el catálogo de objetos compartidos o colecciones compartidas registrados registradas en el objeto Storage en la máquina o componente actual.
Description The Storage method returns the catalog of shared objects or shared collections that you have registered in the Storage object on the current machine or component.
request.env: un objeto Storage que contiene las variables de entorno pasadas al controlador, incluyendo las variables del encabezado HTTP de la solicitud y los parámetros WSGI estándar.
request.env: a Storage object containing the environment variables passed to the controller, including HTTP header variables from the HTTP request and standard WSGI parameters.
Existe un catálogo Storage por máquina y componente: en una aplicación cliente/servidor, hay un objeto compartido Storage en el servidor y un objeto compartido Storage en cada aplicación 4D remota; si la base usa componentes, hay un objeto Storage por componente.
There is one Storage catalog per machine and component: in a client/server application, there is one Storage shared object on the server, and one Storage shared object on each remote 4D application; if the database uses components, there is one Storage object per component.
StorageList es lo mismo que el objeto Storage, ambos se definen en "gluon/storage.py", la diferencia es que el primero tiene el valor [] por defecto en lugar de None.
StorageList is the same as a Storage object, they are both defined in the file "gluon/storage.py", but it defaults to [] as opposed to None.
La propiedad sessionStorage permite acceder a un objeto Storage asociado a la sesión actual.
The read-only localStorage property allows you to access a Storage object for the Document's origin; the stored data is saved across browser sessions.
La propiedad sessionStorage permite acceder a un objeto Storage asociado a la sesión actual.
The sessionStorage property allows you to access a session Storage object for the current origin.
La propiedad sessionStorage permite acceder a un objeto Storage asociado a la sesión actual.
The localStorage property allows you to access a local Storage object. localStorage is similar to sessionStorage.
Se ubicará en el objeto storage que es representación del registro con una clave igual a la expresión de la consulta misma.
So where does it go? It goes into the storage object representing the record with a key equal to the query expression itself.
Así que, por ejemplo, si en un inicio se llama a localStorage en un documento, esto devolverá un objeto Storage; llamar a sessionStorage en un documento devolverá un objeto Storage diferente.
So, for example, initially calling localStorage on a document will return a Storage object; calling sessionStorage on a document will return a different Storage object.