BinaryLogger.ProcessedBinaryLoggerParameters Struct
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.
Result of processing multiple binary logger parameter sets.
public: value class BinaryLogger::ProcessedBinaryLoggerParameters
public readonly struct BinaryLogger.ProcessedBinaryLoggerParameters
type BinaryLogger.ProcessedBinaryLoggerParameters = struct
Public Structure BinaryLogger.ProcessedBinaryLoggerParameters
- Inheritance
-
BinaryLogger.ProcessedBinaryLoggerParameters
Constructors
| Name | Description |
|---|---|
| BinaryLogger.ProcessedBinaryLoggerParameters(IReadOnlyList<String>, Boolean, IReadOnlyList<String>, IReadOnlyList<String>) |
Initializes a new instance of the BinaryLogger.ProcessedBinaryLoggerParameters struct. |
Properties
| Name | Description |
|---|---|
| AdditionalFilePaths |
Additional file paths to copy the binlog to (only valid when AllConfigurationsIdentical is true). |
| AllConfigurationsIdentical |
If true, all parameter sets have identical configurations (only file paths differ), so a single logger can be used with file copying for additional paths. |
| DistinctParameterSets |
List of distinct parameter sets that need separate logger instances. |
| DuplicateFilePaths |
List of duplicate file paths that were filtered out. |