AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Este contenido se ha traducido automáticamente.  Haga clic aquí  para ver la versión en inglés.
Ayuda / WLanguage / Administrar bases de datos / Big Data / Gestión de archivos de datos Mongo
  • Properties specific to mongoGridFSFileInfo variables
WINDEV
WindowsLinuxJavaReportes y ConsultasCódigo de Usuario (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Código Navegador
WINDEV Mobile
AndroidWidget Android iPhone/iPadIOS WidgetApple WatchMac Catalyst
Otros
Procedimientos almacenados
mongoGridFSFileInfo (Variable type)
 
The mongoGridFSFileInfo type is used to find out the advanced characteristics of a file in a MongoDB database. The characteristics of this file are returned by several WLanguage properties.
Note: For more details on the declaration of this type of variable and the use of WLanguage properties, see Declaring a variable.
Ejemplo
arrFileList is array of mongoGridFSFileInfo

arrFileList = MongoGridFSListFile(CntMDB.Database["CRM"])
FOR EACH Queue OF arrFileList
	// Process the file
	Trace(Queue.Name)
END
Propiedades

Properties specific to mongoGridFSFileInfo variables

The following properties can be used to handle the file information:
Property nameType usedEffect
AliasArray of stringsArray of file alias names.

This property is read-only.
ChunkSizeIntegerSize of file chunks.

This property is read-only.
ContentTypeCharacter stringType of content in MIME format.

This property is read-only.
DateDateTimeCreation date of file in UTC format.

This property is read-only.
IDVariantFile identifier.

This property is read-only.
Md5Character stringHash key (md5) pre-calculated on the file content.

This property is read-only.
MetadataVariantAdditional data stored with the file.

This property is read-only.
NameCharacter stringFile name.

This property is read-only.
SizeIntegerFile size (in bytes).

This property is read-only.
Versión mínima requerida
  • Versión 22
Esta página también está disponible para…
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 27/03/2025

Señalar un error o enviar una sugerencia | Ayuda local