EventRetentionMode 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.
Event retention mode for event session
public enum EventRetentionMode
type EventRetentionMode =
Public Enum EventRetentionMode
- Inheritance
-
EventRetentionMode
Fields
Name | Value | Description |
---|---|---|
AllowSingleEventLoss | 0 | AllowSingleEventLoss |
AllowMultipleEventLoss | 1 | AllowMultipleEventLoss |
NoEventLoss | 2 | NoEventLoss |