C# 클래스 Platform.Node.Messages.ClientMessage.ImportEvents

상속: WriteMessage
파일 보기 프로젝트 열기: Lokad/lokad-data-platform

공개 프로퍼티들

프로퍼티 타입 설명
Envelope Action
Size long
StagingLocation string
StoreId EventStoreId
StreamId string

공개 메소드들

메소드 설명
ImportEvents ( EventStoreId storeId, string streamId, string stagingLocation, long size, Action envelope ) : System

메소드 상세

ImportEvents() 공개 메소드

public ImportEvents ( EventStoreId storeId, string streamId, string stagingLocation, long size, Action envelope ) : System
storeId EventStoreId
streamId string
stagingLocation string
size long
envelope Action
리턴 System

프로퍼티 상세

Envelope 공개적으로 프로퍼티

public Action Envelope
리턴 Action

Size 공개적으로 프로퍼티

public long Size
리턴 long

StagingLocation 공개적으로 프로퍼티

public string StagingLocation
리턴 string

StoreId 공개적으로 프로퍼티

public EventStoreId StoreId
리턴 EventStoreId

StreamId 공개적으로 프로퍼티

public string StreamId
리턴 string