Defaults Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A static class that contains default values for various reporting artifacts.
public ref class Defaults abstract sealed
public static class Defaults
type Defaults = class
Public Class Defaults
- Inheritance
-
Defaults
Fields
DefaultExecutionName |
The default execution name that should be used if one was not specified as part of the ReportingConfiguration. |
DefaultIterationName |
The default iteration name that should be used if one was not specified when creating a ScenarioRun via CreateScenarioRunAsync(String, String, IEnumerable<String>, CancellationToken). |
Properties
DefaultTimeToLiveForCacheEntries |
Gets a TimeSpan that specifies the default amount of time that cached AI responses should survive in the IResponseCacheProvider's cache before they are considered expired and evicted. |