C# 클래스 Raven.Database.Indexing.IndexingBatch

파일 보기 프로젝트 열기: robashton/ravendb 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
DateTime DateTime?
Docs List
HighestEtagInBatch Raven.Abstractions.Util.Etag
Ids List
SkipDeleteFromIndex List

공개 메소드들

메소드 설명
Add ( JsonDocument doc, object asJson, bool skipDeleteFromIndex ) : void
IndexingBatch ( Etag highestEtagInBatch ) : System

메소드 상세

Add() 공개 메소드

public Add ( JsonDocument doc, object asJson, bool skipDeleteFromIndex ) : void
doc Raven.Abstractions.Data.JsonDocument
asJson object
skipDeleteFromIndex bool
리턴 void

IndexingBatch() 공개 메소드

public IndexingBatch ( Etag highestEtagInBatch ) : System
highestEtagInBatch Raven.Abstractions.Util.Etag
리턴 System

프로퍼티 상세

DateTime 공개적으로 프로퍼티

public DateTime? DateTime
리턴 DateTime?

Docs 공개적으로 프로퍼티

public List Docs
리턴 List

HighestEtagInBatch 공개적으로 프로퍼티

public Etag,Raven.Abstractions.Util HighestEtagInBatch
리턴 Raven.Abstractions.Util.Etag

Ids 공개적으로 프로퍼티

public List Ids
리턴 List

SkipDeleteFromIndex 공개적으로 프로퍼티

public List SkipDeleteFromIndex
리턴 List