C# Class Platform.Node.Messages.ClientMessage.ImportEvents

Inheritance: WriteMessage
Show file Open project: Lokad/lokad-data-platform

Public Properties

Property Type Description
Envelope Action
Size long
StagingLocation string
StoreId EventStoreId
StreamId string

Public Methods

Method Description
ImportEvents ( EventStoreId storeId, string streamId, string stagingLocation, long size, Action envelope ) : System

Method Details

ImportEvents() public method

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

Property Details

Envelope public property

public Action Envelope
return Action

Size public property

public long Size
return long

StagingLocation public property

public string StagingLocation
return string

StoreId public property

public EventStoreId StoreId
return EventStoreId

StreamId public property

public string StreamId
return string