EventStreamCacheOptions Enum

Definition

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

CacheToDisk 1

The enumeration caches the event stream to disk.

DoNotCache 0

The enumeration does not cache the event stream to disk.

Applies to