The public representation of the aggregate state of an Analytics Index RDO.
Inheritance Hierarchy
Analytics.Conceptual.DataContracts.AnalyticsIndexStatus
Namespace: Analytics.Conceptual.DataContracts
Assembly: Analytics.Conceptual.DataContracts (in Analytics.Conceptual.DataContracts.dll) Version: 10.1.2.93
Syntax
The AnalyticsIndexStatus type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | Active |
Indicates if the index is active and able to be queried.
|
![]() | ConsoleButtons |
List of console buttons and links with their current states.
|
![]() | CurrentStep |
The current job step, if a multi step job is in progress.
|
![]() | DocLevelErrorsExist |
Indicates if there are documents in error in the training set.
|
![]() | LastErrorMessage |
The last error that occured on this index
|
![]() | OverallTimeElapsed |
The total time of the current job, if there is one.
|
![]() | PercentageComplete |
The completed percentage of the current job step, if it has one.
|
![]() | PercentDenominator |
The denominator value to generate the percentage of the current job step, if there is one.
|
![]() | PercentNumerator |
The numerator value to generate the percentage of the current job step, if there is one.
|
![]() | SearchableSetCount |
The count of items in the searchable set if the index is new or active in its final state.
|
![]() | SecondaryPercentageComplete |
The completed percentage of a stage of a job step, if it has one.
|
![]() | SecondaryStatusText |
Ancillary status text.
|
![]() | StatusText |
The main status text of the index.
|
![]() | StepTimeElapsed |
The elapsed time of the current job step, if there is one.
|
![]() | TotalSteps |
The total number of job steps, if a multi step job is in progress.
|
![]() | TrainingSetCount |
The count of items in the training set if the index is new or active in its final state.
|
See Also