Relativity Analytics Index Manager
Namespace: Analytics.Conceptual.Service.Interfaces
Assembly: Analytics.Conceptual.Service.Interfaces (in Analytics.Conceptual.Service.Interfaces.dll) Version: 10.1.2.93
Syntax
The IIndexManager type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | CancelJobAsync |
Cancels the current job for an Analytics index.
HTTP Verb: DELETE
HTTP Route: ~/workspaces/{workspaceID:int}/indexes/{indexID:int}/job
HTTP Success Status Code: 200 OK
|
![]() | CreateAsync |
Creates an analytics index RDO.
HTTP Verb: POST
HTTP Route: ~/workspaces/{workspaceID:int}/indexes
HTTP Success Status Code: 201 Created
|
![]() | DeleteAsync |
Deletes an analytics index.
HTTP Verb: DELETE
HTTP Route: ~/workspaces/{workspaceID:int}/indexes/{indexID:int}
HTTP Success Status Code: 200 OK
|
![]() | GetStatusAsync |
Gets the current status of an analytics index.
HTTP Verb: GET
HTTP Route: ~/workspaces/{workspaceID:int}/indexes/{indexID:int}/status
HTTP Success Status Code: 200 OK
|
![]() | ReadAsync |
Reads an analytics index.
HTTP Verb: GET
HTTP Route: ~/workspaces/{workspaceID:int}/indexes/{indexID:int}
HTTP Success Status Code: 200 OK
|
![]() | SubmitJobAsync |
Creates a job for an Analytics index.
HTTP Verb: POST
HTTP Route: ~/workspaces/{workspaceID:int}/indexes/{indexID:int}/job
HTTP Success Status Code: 201 Created
|
![]() | UpdateAsync |
Updates an analytics index.
HTTP Verb: PUT
HTTP Route: ~/workspaces/{workspaceID:int}/indexes/{indexID:int}
HTTP Success Status Code: 200 OK
|
See Also