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

Inheritance: EventStore.Core.Messaging.Message, IReplicationMessage
Mostrar archivo 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_oe property

public int ChunkEndNumber
return int

ChunkStartNumber public_oe property

public int ChunkStartNumber
return int

CompleteChunk public_oe property

public bool CompleteChunk
return bool

MasterId public_oe property

public Guid,System MasterId
return System.Guid

RawBytes public_oe property

public byte[] RawBytes
return byte[]

RawPosition public_oe property

public int RawPosition
return int

SubscriptionId public_oe property

public Guid,System SubscriptionId
return System.Guid