Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 556 Bytes

FileInfo.md

File metadata and controls

23 lines (17 loc) · 556 Bytes

FileInfo

Properties

Name Type Description Notes
Hashes String
Length Int64

Examples

  • Prepare the resource
$FileInfo = Initialize-TorizonPlatformAPIFileInfo  -Hashes null `
 -Length null
  • Convert the resource to JSON
$FileInfo | ConvertTo-JSON

[Back to Model list] [Back to API list] [Back to README]