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

MassCreateResult

public class MassCreateResult
Represents the results of a mass create operation.
public string Message { get; set; }

Sets explanatory information for an error when one occurs.

Gets or sets the RelativityObjectRef instances containing the fields and their values constructed by a mass create operation. The order of the objects corresponds to the order of the values passed into the request.

public bool Success { get; set; }

Sets a Boolean value to true when no errors occurred while processing the request.