Share via


UpdateFileBaseOutput interface

Update file basic metadata.

Properties

fileName

File name.

hashes

Mapping of hashing algorithm to base64 encoded hash values.

mimeType

File MIME type.

properties

Optional file properties (not consumed by service but pass-through to device).

scanDetails

Anti-malware scan details.

scanResult

Anti-malware scan result.

sizeInBytes

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