Constants used in place of a field name, which direct the Services API to return a special set of fields.
Inheritance Hierarchy
kCura.Relativity.Client.Constants.Directives
Namespace: kCura.Relativity.Client
Assembly: kCura.Relativity.Client (in kCura.Relativity.Client.dll) Version: 640db774aa42dfbe1785add27fbb41844ec5c7d4
Syntax
The Constants.Directives type exposes the following members.
Fields
Name | Description | |
---|---|---|
![]() ![]() | ALL_FIELDS |
All fields will be returned.
|
![]() ![]() | NO_FIELDS |
No fields will be returned.
|
![]() ![]() | SELECTED_FIELDS |
For a query with a SavedSearch or View condition, the fields defined by the SavedSearch or View will be returned.
|
See Also