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

MassUpdatePerObjectsRequest

Represents a request to perform a mass update operation on a list of Documents or Relativity Dynamic Objects (RDOs) by modifying each of the specified object fields with a distinct value.
public IReadOnlyList<FieldRef> Fields { get; set; }

Gets or sets a list fields for updating on the specified objects.

Gets or sets the objects and their values to be updated. The values must be specified in the same order as the fields.