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

ReadResult

public class ReadResult
Represents the results of a read operation performed through the Object Manager service.
public EventHandlerRef FailingEventHandler { get; set; }

Gets or sets the identifying information for the event handler that failed.

public string Message { get; set; }

Gets a string returned by a Pre Load event handler.

public RelativityObject Object { get; set; }

Gets a RelativityObject instance containing fields and their values that were read.

public ObjectType ObjectType { get; set; }

Gets or sets the Object Type for the RelativityObject.

public string ObjectVersionToken { get; set; }

Gets or sets the version token of the RelativityObject. This value could be passed to the Update request to enable record overwrite protection.

public ReadResult()