Models the action to be executed when an index has a configuration miss.
Initializes a new instance of MissActionForIndex.
public Void MissActionForIndex(action, desired, actual)
Name | Type | Summary |
---|---|---|
action | MissActionType | Action to be performed to fix the problem. |
desired | Index | Desired index configuration. |
actual | Index | Actual index configuration. |
Action to be performed to fix the problem.
public MissActionType Action { get; }
Actual index configuration.
public Index Actual { get; }
Desired index configuration.
public Index Desired { get; }
In this document