C# Class Raven.Storage.Managed.ListsStorageActions

Inheritance: IListsStorageActions
Datei anzeigen Open project: synhershko/ravendb Class Usage Examples

Public Methods

Method Description
ListsStorageActions ( TableStorage storage, IUuidGenerator generator ) : System
Read ( string name, System.Guid start, int take ) : IEnumerable
Read ( string name, string key ) : Raven.Database.Storage.ListItem
Remove ( string name, string key ) : void
RemoveAllBefore ( string name, System.Guid etag ) : void
Set ( string name, string key, RavenJObject data ) : void

Method Details

ListsStorageActions() public method

public ListsStorageActions ( TableStorage storage, IUuidGenerator generator ) : System
storage Raven.Storage.Managed.Impl.TableStorage
generator IUuidGenerator
return System

Read() public method

public Read ( string name, System.Guid start, int take ) : IEnumerable
name string
start System.Guid
take int
return IEnumerable

Read() public method

public Read ( string name, string key ) : Raven.Database.Storage.ListItem
name string
key string
return Raven.Database.Storage.ListItem

Remove() public method

public Remove ( string name, string key ) : void
name string
key string
return void

RemoveAllBefore() public method

public RemoveAllBefore ( string name, System.Guid etag ) : void
name string
etag System.Guid
return void

Set() public method

public Set ( string name, string key, RavenJObject data ) : void
name string
key string
data RavenJObject
return void