<PackageReference Include="Relativity.Server.Services.Interfaces.SDK" Version="5000.0.2" />

ReadOptions

public class ReadOptions : OperationOptions
Represents information about how long text fields are handled during read operations.

Gets or sets list of field types which should be returned as string.

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 ReadOptions()