EncryptedLatestLinkService and reads all associated blobs with versions using ListPrivate
within privatespace.UserPrivateProfile.getDocumentVersionStorage().EncryptedLatestLinkService, then lists raw blobs within that root
(inside privatespace using ListPrivate) and parses them into version, logical resource
using VersionEncoderDecoderEncryptedLatestLinkService, follows that link by reading its content to get latest blob
location, reads and decrypts latest blob content using ReadFromPrivateEncryptedLatestLinkService
so that old versions are preserved, because they are blobs within privatestorage.EncryptedLatestLinkService, writes versioned with VersionEncoderDecoder and encrypted blob into
privatespace using WriteToPrivate then updates latest link content, so that it points to written blob.Copyright © 2019. All rights reserved.