Skip to main content

IAzureServiceTableProvider Methods

If implemented, provides an Azure table storage customization service.
Name Description
GetDocumentTable() If implemented, returns a cloud table instance to store service information related to documents (newly created, as well as previously created ones).
GetReportTable() If implemented, returns a cloud table instance to store service information related to opened reports.
See Also