Class FormatSettings
- Namespace
- Fluxzy.Formatters
- Assembly
- Fluxzy.Core.dll
public class FormatSettings
- Inheritance
-
FormatSettings
- Inherited Members
Properties
Default
public static FormatSettings Default { get; }
Property Value
MaxFormattableJsonLength
public int MaxFormattableJsonLength { get; set; }
Property Value
MaxFormattableProtobufLength
public int MaxFormattableProtobufLength { get; set; }
Property Value
MaxFormattableXmlLength
public int MaxFormattableXmlLength { get; set; }
Property Value
MaxHeaderLength
public int MaxHeaderLength { get; set; }
Property Value
MaxMultipartContentStringLength
public int MaxMultipartContentStringLength { get; set; }
Property Value
MaximumRenderableBodyLength
public int MaximumRenderableBodyLength { get; set; }
Property Value
ProtoDirectories
public List<string> ProtoDirectories { get; set; }
Property Value
ProtobufDecoder
An optional custom protobuf decoder. When set, this decoder is tried first for gRPC message decoding. If it returns null, the built-in protoc-based decoding is used as a fallback (when ProtoDirectories is configured and protoc is available on PATH), followed by raw wire-format decoding.
public IProtobufDecoder? ProtobufDecoder { get; set; }