Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface FileDeleteFromComputeNodeOptionalParams

Package version

Optional Parameters.

Hierarchy

  • any
    • FileDeleteFromComputeNodeOptionalParams

Index

Properties

Optional fileDeleteFromComputeNodeOptions

fileDeleteFromComputeNodeOptions: FileDeleteFromComputeNodeOptions

Additional parameters for the operation

Optional recursive

recursive: undefined | false | true

Whether to delete children of a directory. If the filePath parameter represents a directory instead of a file, you can set recursive to true to delete the directory and all of the files and subdirectories in it. If recursive is false then the directory must be empty or deletion will fail.

Generated using TypeDoc