Interface DownloadEncryptedStorageResponseValue

interface DownloadEncryptedStorageResponseValue {
    encryptedBlob?: string;
    revision: string;
}

Properties

encryptedBlob?: string

The retrieved blob for the given key. This will be absent if the request included a knownRevision which matched the latest revision.

revision: string

The revision identifying this blob on the server. Revision is assigned by the server and can be used later to identify this blob and avoid conflicts.

Generated using TypeDoc