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