C# Class EventStore.Core.Messages.ReplicationMessage.RawChunkBulk

Inheritance: EventStore.Core.Messaging.Message, IReplicationMessage
Show file Open project: EventStore/EventStore

Public Properties

Property Type Description
ChunkEndNumber int
ChunkStartNumber int
CompleteChunk bool
MasterId System.Guid
RawBytes byte[]
RawPosition int
SubscriptionId System.Guid

Private Properties

Property Type Description

Public Methods

Method Description
RawChunkBulk ( System.Guid masterId, System.Guid subscriptionId, int chunkStartNumber, int chunkEndNumber, int rawPosition, byte rawBytes, bool completeChunk ) : System
ToString ( ) : string

Method Details

RawChunkBulk() public method

public RawChunkBulk ( System.Guid masterId, System.Guid subscriptionId, int chunkStartNumber, int chunkEndNumber, int rawPosition, byte rawBytes, bool completeChunk ) : System
masterId System.Guid
subscriptionId System.Guid
chunkStartNumber int
chunkEndNumber int
rawPosition int
rawBytes byte
completeChunk bool
return System

ToString() public method

public ToString ( ) : string
return string

Property Details

ChunkEndNumber public property

public int ChunkEndNumber
return int

ChunkStartNumber public property

public int ChunkStartNumber
return int

CompleteChunk public property

public bool CompleteChunk
return bool

MasterId public property

public Guid,System MasterId
return System.Guid

RawBytes public property

public byte[] RawBytes
return byte[]

RawPosition public property

public int RawPosition
return int

SubscriptionId public property

public Guid,System SubscriptionId
return System.Guid