C# Class EventStore.Core.Messages.StorageMessage.CheckStreamAccess

Inheritance: EventStore.Core.Messages.ClientMessage.ReadRequestMessage, IQueueAffineMessage
Show file Open project: EventStore/EventStore

Public Properties

Property Type Description
AccessType StreamAccessType
EventStreamId string
TransactionId long?

Public Methods

Method Description
CheckStreamAccess ( IEnvelope envelope, System.Guid correlationId, string eventStreamId, long transactionId, StreamAccessType accessType, IPrincipal user, bool singleAffinity = false ) : System

Method Details

CheckStreamAccess() public method

public CheckStreamAccess ( IEnvelope envelope, System.Guid correlationId, string eventStreamId, long transactionId, StreamAccessType accessType, IPrincipal user, bool singleAffinity = false ) : System
envelope IEnvelope
correlationId System.Guid
eventStreamId string
transactionId long
accessType StreamAccessType
user IPrincipal
singleAffinity bool
return System

Property Details

AccessType public property

public StreamAccessType AccessType
return StreamAccessType

EventStreamId public property

public string EventStreamId
return string

TransactionId public property

public long? TransactionId
return long?