| title | class ComputeEngine::Settings |
|---|---|
| description | Documents the computeengine::settings class of the Microsoft Information Protection (MIP) SDK. |
| author | msmbaldwin |
| ms.service | information-protection |
| ms.topic | reference |
| ms.author | mbaldwin |
| ms.date | 11/07/2023 |
| Members | Descriptions |
|---|---|
| public Settings(const Identity& identity, const ApplicationInfo& applicationInfo, const std::shared_ptr<TelemetryDelegate>& telemetryDelegate, const std::shared_ptr<AuditDelegate>& auditDelegate, const std::shared_ptr<DiagnosticEventFactory>& eventFactory, LogLevel thresholdLogLevel, const std::shared_ptr<LoggerDelegate>& loggerDelegate, const std::string& hostName, const std::vector<std::pair<std::string, std::string>>& customProperties, const std::vector<LabelFilterType>& deprecatedFilters, const std::map<FunctionalityFilterType, bool>& configuredFunctionality) | Not yet documented. |
| public const Identity& GetIdentity() const | Not yet documented. |
| public void SetIdentity(const Identity& identity) | Not yet documented. |
| public const ApplicationInfo& GetApplicationInfo() const | Not yet documented. |
| public std::shared_ptr<TelemetryDelegate> GetTelemetryDelegate() const | Not yet documented. |
| public std::shared_ptr<AuditDelegate> GetAuditDelegate() const | Not yet documented. |
| public std::shared_ptr<DiagnosticEventFactory> GetEventFactory() const | Not yet documented. |
| public std::shared_ptr<LoggerDelegate> GetLoggerDelegate() const | Not yet documented. |
| public const std::string& GetHostName() const | Not yet documented. |
| public const std::vector<std::pair<std::string, std::string>>& GetCustomProperties() const | Not yet documented. |
| public void SetParentCorrelationId(const std::string correlationId, const std::string description) | Not yet documented. |
| public const std::string& GetParentCorrelationId() const | Not yet documented. |
| public const std::string& GetParentCorrelationIdDescription() const | Not yet documented. |
| public const std::vector<LabelFilterType>& GetDeprecatedLabelFilter() const | Not yet documented. |
| public const std::map<FunctionalityFilterType, bool>& GetConfiguredFunctionality() const | Not yet documented. |
| public void SetVariableTextMarkingType(VariableTextMarkingType variableTextMarkingType) | Not yet documented. |
| public VariableTextMarkingType GetVariableTextMarkingType() const | Not yet documented. |
| public LogLevel GetThresholdLogLevel() const | Not yet documented. |
| public const std::shared_ptr<void>& GetLoggerContext() const | Get logger context that will be opaquely passed to the logger delegate for logs associated with the created engine. |
| public void SetLoggerContext(const std::shared_ptr<void>& loggerContext) | Sets the logger context that will be opaquely passed to the logger delegate for logs associated with the created engine. |
Not documented yet.
Not documented yet.
Not documented yet.
Not documented yet.
Not documented yet.
Not documented yet.
Not documented yet.
Not documented yet.
Not documented yet.
Not documented yet.
Not documented yet.
Not documented yet.
Not documented yet.
Not documented yet.
Not documented yet.
Not documented yet.
Not documented yet.
Not documented yet.
Get logger context that will be opaquely passed to the logger delegate for logs associated with the created engine.
Returns: The logger context
Sets the logger context that will be opaquely passed to the logger delegate for logs associated with the created engine.
Parameters:
- loggerContext: The logger context