Class DataAssemblerOptions
Options to configure the DataAssembler.
[InternalApi_DoNotUse_MayChangeWithoutNotice]
public record DataAssemblerOptions : IEquatable<DataAssemblerOptions>
- Inheritance
-
objectDataAssemblerOptions
- Implements
Properties
AllowUnknownValueTypes
Special value to control if IEntity values may contain unexpected data types.
public bool AllowUnknownValueTypes { get; init; }
Property Value
LogSettings
Settings how logging should happen, mainly to hide excessive logs unless actively debugging.
public LogSettings LogSettings { get; init; }
Property Value
- LogSettings