C# Class Raven.Storage.Esent.StorageActions.DocumentStorageActions

Mostra file Open project: nhsevidence/ravendb

Public Methods

Method Description
AddAttachment ( string key, Guid etag, byte data, RavenJObject headers ) : Guid
DeleteAttachment ( string key, Guid etag ) : void
GetAttachment ( string key ) : Attachment
GetAttachmentsAfter ( Guid etag ) : IEnumerable
GetAttachmentsByReverseUpdateOrder ( int start ) : IEnumerable

Method Details

AddAttachment() public method

public AddAttachment ( string key, Guid etag, byte data, RavenJObject headers ) : Guid
key string
etag Guid
data byte
headers RavenJObject
return Guid

DeleteAttachment() public method

public DeleteAttachment ( string key, Guid etag ) : void
key string
etag Guid
return void

GetAttachment() public method

public GetAttachment ( string key ) : Attachment
key string
return Attachment

GetAttachmentsAfter() public method

public GetAttachmentsAfter ( Guid etag ) : IEnumerable
etag Guid
return IEnumerable

GetAttachmentsByReverseUpdateOrder() public method

public GetAttachmentsByReverseUpdateOrder ( int start ) : IEnumerable
start int
return IEnumerable