generated from stho32/BP001-ProjectTemplate-CSharp
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from naseif/main
Implementation of the config functionality, error handling
- Loading branch information
Showing
8 changed files
with
472 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 7 additions & 0 deletions
7
Source/optimalDb/optimalDb.Interfaces/IViewPerformanceTestResult.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
namespace optimalDb.Interfaces; | ||
|
||
public interface IViewPerformanceTestResult | ||
{ | ||
string ViewName { get; } // SCHEMA.VIEWNAME | ||
decimal DurationInSeconds { get; } // 0.5s oder 30s ... | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.