ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / Managing databases / Big Data / HDFS system
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
Display constants used by prefix syntaxes only
The following constants are used by the HDFS functions:
ConstantDescriptionUsed by the functions or types of variables
hdfsDefaultOptions for copying or renaming: if the destination file already exists on the server, it is not averwritten.hdfsCopyTo,
hdfsRename,
hdfsDelete
hdfsDirectoryDelete: The contents of directory and subdirectories are also deleted.hdfsDelete
hdfsFileThe element is a file.hdfsStatus type
hdfsLinkThe element is a link to another file.hdfsStatus type
hdfsOverwrite
  • Options for copying: if the destination file already exists on the server, it is replaced by the file copied from the local computer.
  • Options for renaming: if the destination file already exists, it is replaced by the renamed file.
hdfsRecursiveThe element is a link to a directory.hdfsStatus type
The following constants are used by HDFS functions (prefix syntax):
ConstantDescriptionUsed by the functions or types of variables
hdfsDefaultOptions for copying or renaming: if the destination file already exists on the server, it is not averwritten.<hdfsConnection variable >.CopyTo,
<hdfsConnection variable >.Rename,
<hdfsConnection variable >.Delete.
hdfsDirectoryDelete: The contents of directory and subdirectories are also deleted.<hdfsConnection variable >.Delete
hdfsFileThe element is a file.hdfsStatus type
hdfsLinkThe element is a link to another file.hdfsStatus type
hdfsOverwrite
  • Options for copying: if the destination file already exists on the server, it is replaced by the file copied from the local computer.
  • Options for renaming: if the destination file already exists, it is replaced by the renamed file.
hdfsRecursiveThe element is a link to a directory.hdfsStatus type
Minimum version required
  • Version 21
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help