EventStreamCacheOptions Enumeration
One of the enumeration values that specifies the cache options of the event stream.
Assembly: Microsoft.SqlServer.XEvent.Linq (in Microsoft.SqlServer.XEvent.Linq.dll)
| Member name | Description | |
|---|---|---|
| CacheToDisk | The enumeration caches the event stream to disk. | |
| DoNotCache | The enumeration does not cache the event stream to disk. |
Show: