BinaryLogger.ProcessedBinaryLoggerParameters Struct

Definition

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.

Applies to