UpdateFileBaseOutput interface
Update file basic metadata.
Properties
| file |
File name. |
| hashes | Mapping of hashing algorithm to base64 encoded hash values. |
| mime |
File MIME type. |
| properties | Optional file properties (not consumed by service but pass-through to device). |
| scan |
Anti-malware scan details. |
| scan |
Anti-malware scan result. |
| size |
File size in number of bytes. |
Property Details
fileName
File name.
fileName: string
Property Value
string
hashes
Mapping of hashing algorithm to base64 encoded hash values.
hashes: Record<string, string>
Property Value
Record<string, string>
mimeType
File MIME type.
mimeType?: string
Property Value
string
properties
Optional file properties (not consumed by service but pass-through to device).
properties?: Record<string, string>
Property Value
Record<string, string>
scanDetails
Anti-malware scan details.
scanDetails?: string
Property Value
string
scanResult
Anti-malware scan result.
scanResult?: string
Property Value
string
sizeInBytes
File size in number of bytes.
sizeInBytes: number
Property Value
number