DashboardConfigurator.SetDashboardStorage Method
Name | Parameters | Description |
---|---|---|
SetDashboardStorage(DashboardFileStorage) | fileStorage | Specifies a file storage of dashboards for the Web Dashboard. |
SetDashboardStorage(DashboardInMemoryStorage) | inMemoryStorage | Specifies an in-memory storage of dashboards for the Web Dashboard. |
SetDashboardStorage(IDashboardStorage) | customStorage | Specifies a storage of dashboards for the Web Dashboard. |
SetDashboardStorage(IEditableDashboardStorage) | customStorage | Specifies an editable storage of dashboards for the Web Dashboard. |