Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Models the event retention mode for the event session to use to handle event loss.
Namespace: Microsoft.Data.Schema.Sql.SchemaModel
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Public Enumeration SqlEventSessionRetentionMode
public enum SqlEventSessionRetentionMode
public enum class SqlEventSessionRetentionMode
type SqlEventSessionRetentionMode
public enum SqlEventSessionRetentionMode
Members
Member name | Description | |
---|---|---|
AllowSingleEventLoss | An event can be lost from the session. | |
AllowMultipleEventLoss | Full event buffers that contain multiple events can be lost from the session. | |
NoEventLoss | No event loss is allowed. |