EventStreamSourceOptions 열거형

정의

이벤트 스트림의 원본에 대한 옵션을 지정합니다.

public enum class EventStreamSourceOptions
public enum EventStreamSourceOptions
type EventStreamSourceOptions = 
Public Enum EventStreamSourceOptions
상속
EventStreamSourceOptions

필드

EventFile 1

이벤트 파일입니다.

EventStream 0

이벤트 스트림입니다.

적용 대상