File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
src/Microsoft.Performance.SDK/Processing Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -116,9 +116,11 @@ public TableConfiguration(string name)
116
116
public string InitialSelectionQuery { get ; set ; }
117
117
118
118
/// <summary>
119
- /// Get or sets whether the initial filter should be kept in this table.
119
+ /// Get or sets whether rows that satisfy <see cref="InitialFilterQuery"/> should be
120
+ /// kept or removed from the table (i.e. whether <see cref="InitialFilterQuery"/> is a
121
+ /// "filter-in" or "filter-out" filter). Defaults to <c>true</c>.
120
122
/// </summary>
121
- public bool InitialFilterShouldKeep { get ; set ; }
123
+ public bool InitialFilterShouldKeep { get ; set ; } = true ;
122
124
123
125
/// <summary>
124
126
/// Gets or sets the top value of the graph filter in this value.
You can’t perform that action at this time.
0 commit comments