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

ObjectIdentificationCriteria

Represents a set of query conditions used to identify a RelativityObjectRef object.
public string Condition { get; set; }

Gets or sets the search criteria, which can be a simple, single-field condition or a complex expression made by combining conditions.

public int? ExecutingSavedSearchID { get; set; }

Gets or sets the ID of the currently executing saved search.

public int? ExecutingViewID { get; set; }

Gets or sets the ID of the currently executing view.

public bool IsAdhocQuery { get; set; }

Gets or sets a Boolean value indicating whether the query engine should handle the search or view condition as a query type or simple condition.

public ObjectTypeRef ObjectType { get; set; }

Gets or sets the ObjectTypeRef for the type of object to identify.

public string QueryHint { get; set; }

Gets or sets the QueryHint of the currently executing search. A QueryHint is used to optimize the view.

public FieldRef RelationalField { get; set; }

Gets or sets the FieldRef used to include related items.

public string RowCondition { get; set; }

Gets or sets the row condition criteria.

Gets or sets the search provider search condition.