IAzureServiceTableProvider Members
If implemented, provides an Azure table storage customization service.Methods
| 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