We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72ba701 commit ffb91a1Copy full SHA for ffb91a1
1 file changed
public/Find-DbaDbGrowthEvent.ps1
@@ -81,7 +81,7 @@ function Find-DbaDbGrowthEvent {
81
- EventClass: The trace event class (92 = Data File Auto Grow, 93 = Log File Auto Grow, 94 = Data File Auto Shrink, 95 = Log File Auto Shrink)
82
- DatabaseName: The name of the database that experienced the growth/shrink event
83
- Filename: The path and name of the database file that was resized
84
- - Duration: The duration of the event in seconds (milliseconds converted to seconds)
+ - Duration: The duration of the event in milliseconds
85
- StartTime: The date and time when the event started (UTC by default, local time if -UseLocalTime is specified)
86
- EndTime: The date and time when the event ended (UTC by default, local time if -UseLocalTime is specified)
87
- ChangeInSize: The size change during the event in megabytes (MB)
0 commit comments