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

Inheritance: Raven.Database.Server.Responders.RequestResponder
Show file Open project: nhsevidence/ravendb

Public Methods

Method Description
Respond ( IHttpContext context ) : void

Private Methods

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

Method Details

Respond() public method

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