public System.string TempCloudService {get; set;}
Property Value
A formatted connection string to connect to the cloud temp service.
The connection strings used for report, configuration file and temporary file storage must be unique.
Web Service, .NET Assembly, or Azure Authentication string used to integrate into a cloud environment. For more information see Cloud Environment Integration.
This is Exago's built-in solution for handling multiple instances. Specifying a Temp Cloud Service causes each instance to push its temporary files to a shared Blob container.
Then if a subsequent user call reaches a separate instance, that instance will pull the relevant files from the Blob to its local temp directory. Temp files may only be stored in blob storage.
public System.string TempCloudService {get; set;}
A formatted connection string to connect to the cloud temp service.
api.General.TempCloudService = "type = azure; credentials = \'DefaultEndpointsProtocol=https;AccountName=acctName;AccountKey=encryptedalphanumeric\'; storagekey = ourExagoTempFiles;";