Table of Contents

Class DataAssemblerOptions

Namespace
ToSic.Eav.Data.Build.Sys
Assembly
ToSic.Eav.Data.Build.dll

Options to configure the DataAssembler.

[InternalApi_DoNotUse_MayChangeWithoutNotice]
public record DataAssemblerOptions : IEquatable<DataAssemblerOptions>
Inheritance
object
DataAssemblerOptions
Implements

Properties

AllowUnknownValueTypes

Special value to control if IEntity values may contain unexpected data types.

public bool AllowUnknownValueTypes { get; init; }

Property Value

bool

LogSettings

Settings how logging should happen, mainly to hide excessive logs unless actively debugging.

public LogSettings LogSettings { get; init; }

Property Value

LogSettings