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

Inheritance: EventStore.Core.Messaging.Message, IReplicationMessage
Afficher le fichier Open project: EventStore/EventStore

Méthodes publiques

Свойство Type Description
ChunkHeader EventStore.Core.TransactionLog.Chunks.ChunkHeader
FileSize int
IsCompletedChunk bool
MasterId System.Guid
SubscriptionId System.Guid

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
CreateChunk ( System.Guid masterId, System.Guid subscriptionId, EventStore.Core.TransactionLog.Chunks.ChunkHeader chunkHeader, int fileSize, bool isCompletedChunk ) : System
ToString ( ) : string

Method Details

CreateChunk() public méthode

public CreateChunk ( System.Guid masterId, System.Guid subscriptionId, EventStore.Core.TransactionLog.Chunks.ChunkHeader chunkHeader, int fileSize, bool isCompletedChunk ) : System
masterId System.Guid
subscriptionId System.Guid
chunkHeader EventStore.Core.TransactionLog.Chunks.ChunkHeader
fileSize int
isCompletedChunk bool
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

ChunkHeader public_oe property

public ChunkHeader,EventStore.Core.TransactionLog.Chunks ChunkHeader
Résultat EventStore.Core.TransactionLog.Chunks.ChunkHeader

FileSize public_oe property

public int FileSize
Résultat int

IsCompletedChunk public_oe property

public bool IsCompletedChunk
Résultat bool

MasterId public_oe property

public Guid,System MasterId
Résultat System.Guid

SubscriptionId public_oe property

public Guid,System SubscriptionId
Résultat System.Guid