HttpNfcLeaseManifestEntry
Provides a manifest for downloaded (exported) files and disks.
{
"_typeName": "string",
"key": "string",
"sha1": "string",
"checksum": "string",
"checksumType": "string",
"size": 0,
"disk": false,
"capacity": 0,
"populatedSize": 0
}
Key used to match this entry with the corresponding HttpNfcLeaseDeviceUrl entry in HttpNfcLease.info.
SHA-1 checksum of the data stream sent from the server.
This can be used to verify that the bytes received by the client match those sent by the HttpNfc server.
Checksum of the data stream sent/recieved by host.
See HttpNfcLeaseManifestEntryChecksumTypeEnum for used algoritm.
Algorithm used to produce checksum in respective property.
See HttpNfcLeaseManifestEntryChecksumTypeEnum for supported algorithms.
Size of the downloaded file.
True if the downloaded file is a virtual disk backing.
The capacity of the disk, if the file is a virtual disk backing.
The populated size of the disk, if the file is a virtual disk backing.