Storage Provider
Last updated
Was this helpful?
Last updated
Was this helpful?
Vidyano has the ability to store incoming and outgoing requests when the feature is enabled. This can help for troubleshooting requests or for auditing purposes.
By default it will use the Vidyano.Logging connection string to create a blob container to store the data as block blobs.
Using the Advanced.StorageProvider property you can set your own provider that implements the IStorageProvider interface.
This example will store the data inside the App_Data/Logs folder.
Vidyano contains a Vidyano.Core.External.FolderStorageProvider implementation that has gzip and encryption support.