Class JsonExporterAttribute
Inheritance
JsonExporterAttribute
Implements
Inherited Members
Namespace: BenchmarkDotNet.Attributes
Assembly: BenchmarkDotNet.dll
Syntax
[AttributeUsage(AttributeTargets.Assembly | AttributeTargets.Class, AllowMultiple = true)]
public class JsonExporterAttribute : ExporterConfigBaseAttribute, IConfigSource
Constructors
JsonExporterAttribute(String, Boolean, Boolean)
Declaration
public JsonExporterAttribute(string fileNameSuffix = "", bool indentJson = false, bool excludeMeasurements = false)
Parameters
Type | Name | Description |
---|---|---|
String | fileNameSuffix | |
Boolean | indentJson | |
Boolean | excludeMeasurements |