<PackageReference Include="Relativity.Server.API.SDK" Version="17.4.2" />

LongTextRenderingOptions

Represents information about how long text fields are handled during read operations.
public LongTextBehavior LongTextBehavior { get; set; }

Gets or sets the behavior used when a long text field exceeds the configured character limit.

public int? MaxCharactersForLongTextValues { get; set; }

Gets or sets the maximum number of characters returned in the read results for long text fields.

public bool ThrowOnFieldError { get; set; }

Determines whether the entire request should fail when an error occurs reading from a field or if the request should continue and instead return the error as the field's value.