libs/help_metadata/get-foldersizeparallel_phwriter_metadata.json

{
  "version": null,
  "examples": [
    "Get-FolderSizeParallel -Path 'C:\\MyFolder'",
    "Get-FolderSizeParallel -Path 'C:\\MyFolder' -format json",
    "Get-FolderSizeParallel -Path 'C:\\MyFolder' -format xml"
  ],
  "name": "fastfsc",
  "commandinfo": {
    "synopsis": "Get-FolderSizeParallel [-Path <String>] [-Detailed] [-Format <String>] [-Help]",
    "description": "This cmdlet calculates the size of a folder using parallel processing to enhance performance. It supports recursion, progress display, and can output results in various formats including JSON and XML.",
    "source": "https://gitlab.com/phellams/fastfsc/-/blob/main/readme.md",
    "cmdlet": "Get-FolderSizeParallel"
  },
  "paramtable": [
    {
      "description": "Specifies the path of the folder to calculate its size. Wildcards are supported.",
      "required": true,
      "inline": false,
      "param": "p|Path",
      "name": "Path",
      "type": "string"
    },
    {
      "description": "Specifies the output format. Supported formats are 'json' and 'xml'.",
      "required": false,
      "inline": false,
      "param": "f|Format",
      "name": "format",
      "type": "string"
    }
  ],
  "indent": 1,
  "padding": 1
}