TestCommandTypeFilter Enum

Definition

This is used when calling GetTestCommandStatusListAsync(), and indicates the filter to use on TestCommandType's. Multiple filter values may be specified.

This enumeration supports a bitwise combination of its member values.

[System.Flags]
[System.Serializable]
public enum TestCommandTypeFilter
[<System.Flags>]
[<System.Serializable>]
type TestCommandTypeFilter = 
Public Enum TestCommandTypeFilter
Inheritance
TestCommandTypeFilter
Attributes

Fields

All 65535

Indicates to not do any filtering on TestCommandType.

Default 0

The default filter.

NodeTransition 8

Indicates to select test commands of TestCommandType for node transitions.

PartitionDataLoss 1

Indicates to select test commands of TestCommandType PartitionDataLoss.

PartitionQuorumLoss 2

Indicates to select test commands of TestCommandType PartitionQuorumLoss.

PartitionRestart 4

Indicates to select test commands of TestCommandType PartitionRestart.

Applies to