MipConfiguration 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.
Describes the MIP configuration required for initializing MipContext.
public class MipConfiguration
type MipConfiguration = class
Public Class MipConfiguration
- Inheritance
-
MipConfiguration
Constructors
MipConfiguration(ApplicationInfo, String, LogLevel, Boolean) |
Constructor for MipConfiguration |
Properties
ApiLogCacheMaxMessages |
The max messages per Api call that will be logged in the api log cache |
ApplicationInfo |
Application info description |
DiagnosticOverride |
DiagnosticConfiguration override for audit/telemetry |
FeatureSettingsOverride |
custom flighting feature settings |
IsOfflineOnly |
whether Network operations is enabled or disabled(not all actions supported when offline) |
LoggerConfigurationOverride |
Logger Configuration override for log rotation |
LoggerDelegateOverride |
Logger Delegate override for writting logs |
LogLevel |
Minimum log level to emit to logs |
Path |
Local storage path for caches, logging, etc. |