GetOrCreateIndexStatus Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public enum class GetOrCreateIndexStatus
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.Windows.Search.AppContentIndex.AppContentIndexContract, 65536)]
/// [Windows.Foundation.Metadata.Experimental]
enum class GetOrCreateIndexStatus
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Windows.Search.AppContentIndex.AppContentIndexContract), 65536)]
[Windows.Foundation.Metadata.Experimental]
public enum GetOrCreateIndexStatus
var value = Microsoft.Windows.Search.AppContentIndex.GetOrCreateIndexStatus.createdNew
Public Enum GetOrCreateIndexStatus
- Inheritance
-
GetOrCreateIndexStatus
- Attributes
Fields
| Name | Value | Description |
|---|---|---|
| CreatedNew | 0 | |
| OpenedExisting | 1 | |
| RecoveredFromCorruption | 2 | |
| UnknownFailure | 100 | |
| InvalidOptions | 101 | |
| IncompatibleWithExistingOptions | 102 | |
| UnsupportedDefaultLanguage | 103 | |
| InvalidIndexName | 104 | |
| DeferredDeletionFailed | 105 | |
| LexicalModelsNotAvailable | 106 | |
| SemanticModelsNotAvailable | 107 | |
| OcrModelsNotAvailable | 108 | |
| IndexIsPendingDeletion | 109 | |
| SemanticTextIndexStoreFailure | 110 | |
| SemanticOcrTextIndexStoreFailure | 111 | |
| SemanticImageIndexStoreFailure | 112 | |
| AppContentIndexerFileLockedError | 113 |