MissActionForIndex

Models the action to be executed when an index has a configuration miss.

Namespace:
Inetdev.Data.DatabaseSchema
Type:
Class
Public:
Yes
Protected:
No
Sealed:
No
Abstract:
No
Inherits from:
System.Object

Constructors

MissActionForIndex

Initializes a new instance of MissActionForIndex.

Signature:
public Void MissActionForIndex(action, desired, actual)
Parameters
Name Type Summary
action MissActionType Action to be performed to fix the problem.
desired Index Desired index configuration.
actual Index Actual index configuration.

Properties

Action

Action to be performed to fix the problem.

Signature:
public MissActionType Action { get; }

Actual

Actual index configuration.

Signature:
public Index Actual { get; }

Desired

Desired index configuration.

Signature:
public Index Desired { get; }