C# 클래스 Raven.Light.Persistence.StorageActions

파일 보기 프로젝트 열기: hibernating-rhinos/Raven.Light 1 사용 예제들

공개 메소드들

메소드 설명
Add ( string key, string tag, System.Guid etag, RavenJObject metadata, RavenJObject document ) : System.Guid
Delete ( string key, System.Guid etag ) : void
Read ( string key ) : JsonDocument
ScanByTag ( string tag ) : IEnumerable
StorageActions ( TableStorage storage ) : System

비공개 메소드들

메소드 설명
EnsureEtagMatches ( string key, System.Guid etag ) : bool

메소드 상세

Add() 공개 메소드

public Add ( string key, string tag, System.Guid etag, RavenJObject metadata, RavenJObject document ) : System.Guid
key string
tag string
etag System.Guid
metadata RavenJObject
document RavenJObject
리턴 System.Guid

Delete() 공개 메소드

public Delete ( string key, System.Guid etag ) : void
key string
etag System.Guid
리턴 void

Read() 공개 메소드

public Read ( string key ) : JsonDocument
key string
리턴 JsonDocument

ScanByTag() 공개 메소드

public ScanByTag ( string tag ) : IEnumerable
tag string
리턴 IEnumerable

StorageActions() 공개 메소드

public StorageActions ( TableStorage storage ) : System
storage TableStorage
리턴 System