Class KnowledgeIndexingOutcomes
Namespace: Cephalon.Abstractions.Retrieval
Assembly: Cephalon.Abstractions.dll
Defines stable outcome identifiers emitted by managed retrieval indexing.
public static class KnowledgeIndexingOutcomesInheritance
Section titled “Inheritance”object ← KnowledgeIndexingOutcomes
Inherited Members
Section titled “Inherited Members”object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()
Fields
Section titled “Fields”Failed
Section titled “ Failed”Indexing failed before a replacement index could be published.
public const string Failed = "failed"Field Value
Section titled “Field Value”Skipped
Section titled “ Skipped”Indexing was skipped because required runtime inputs were not available.
public const string Skipped = "skipped"Field Value
Section titled “Field Value”Started
Section titled “ Started”Indexing started for a collection.
public const string Started = "started"Field Value
Section titled “Field Value”Succeeded
Section titled “ Succeeded”Indexing completed successfully.
public const string Succeeded = "succeeded"