EventStreamCacheOptions 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.
One of the enumeration values that specifies the cache options of the event stream.
public enum class EventStreamCacheOptions
public enum EventStreamCacheOptions
type EventStreamCacheOptions =
Public Enum EventStreamCacheOptions
- Inheritance
-
EventStreamCacheOptions
Fields
Name | Value | Description |
---|---|---|
DoNotCache | 0 | The enumeration does not cache the event stream to disk. |
CacheToDisk | 1 | The enumeration caches the event stream to disk. |