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

Inheritance: WriteMessage
Afficher le fichier Open project: Lokad/lokad-data-platform

Méthodes publiques

Свойство Type Description
Envelope Action
Size long
StagingLocation string
StoreId EventStoreId
StreamId string

Méthodes publiques

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

Method Details

ImportEvents() public méthode

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

Property Details

Envelope public_oe property

public Action Envelope
Résultat Action

Size public_oe property

public long Size
Résultat long

StagingLocation public_oe property

public string StagingLocation
Résultat string

StoreId public_oe property

public EventStoreId StoreId
Résultat EventStoreId

StreamId public_oe property

public string StreamId
Résultat string