Class: AzurePartRetriever

PartRetrievers. AzurePartRetriever

Represents a http part retriever.


new AzurePartRetriever(url, cacheHint, decrypt, decryptOptions)

Constructs a new AzurePartRetriever. AzurePartRetriever retrieves Document parts asynchronously from a .xod file that exists on a Microsoft Azure server (though it works for other servers as well)

Parameters:
Name Type Description
url string

The URL of the file to load. May be relative to the current page.

cacheHint PartRetrievers.CacheHinting

The type of cache hinting to use

decrypt function

Function to be called to decrypt a part of the file

decryptOptions Object

An object with options for the decryption e.g. {p: "pass", type: "aes"} where is p is the password