FileInfo
FileInfo data structure describes input file
FileInfo example
{
"FilePath": "string",
"StorageName": "string",
"VersionId": "string",
"Password": "string"
}
FileInfo fields
Name | Description |
---|---|
FilePath | File path in storage |
StorageName | Storage name. Default storage used if not specified |
VersionId | Version ID. Not required. |
Password | Password to open password-protected file |