2.2.25 ClusterLogExFlag

The ClusterLogExFlag enumeration defines the flags used in processing cluster logs.

 typedef enum ClusterLogExFlag
 {
   ClusterLogFlagNone = 0x00000000,
   ClusterLogFlagLocalTime = 0x00000001,
   ClusterLogFlagSkipClusterState = 0x00000002
 } ClusterLogExFlag;

ClusterLogFlagNone: Indicates that no flags are used in processing cluster logs.

ClusterLogFlagLocalTime: Indicates to the server to use local time in processing cluster logs.

ClusterLogSkipClusterState: Indicates to the server to skip the cluster state in processing cluster logs.