C# Class Raven.Bundles.Replication.Responders.AttachmentReplicationResponder

Inheritance: Raven.Database.Server.Responders.RequestResponder
ファイルを表示 Open project: robashton/ravendb

Private Properties

Property Type Description
HashReplicationIdentifier string
HashReplicationIdentifier string
IsDirectChildOfCurrentAttachment bool
ReplicateAttachment void

Public Methods

Method Description
Respond ( IHttpContext context ) : void

Private Methods

Method Description
HashReplicationIdentifier ( System.Guid existingEtag ) : string
HashReplicationIdentifier ( RavenJObject metadata, System.Guid lastEtag ) : string
IsDirectChildOfCurrentAttachment ( Raven.Abstractions.Data.Attachment existingAttachment, RavenJObject metadata ) : bool
ReplicateAttachment ( IStorageActionsAccessor actions, string id, RavenJObject metadata, byte data, Etag lastEtag, string src ) : void

Method Details

Respond() public method

public Respond ( IHttpContext context ) : void
context IHttpContext
return void