C# 클래스 Raven.Database.Config.StronglyTypedRavenSettings

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

공개 메소드들

메소드 설명
Setup ( int defaultMaxNumberOfItemsToIndexInSingleBatch, int defaultInitialNumberOfItemsToIndexInSingleBatch ) : void
StronglyTypedRavenSettings ( NameValueCollection settings ) : System

비공개 메소드들

메소드 설명
GetDefaultMemoryCacheLimitMegabytes ( ) : int
GetDefaultWebDir ( ) : string

메소드 상세

Setup() 공개 메소드

public Setup ( int defaultMaxNumberOfItemsToIndexInSingleBatch, int defaultInitialNumberOfItemsToIndexInSingleBatch ) : void
defaultMaxNumberOfItemsToIndexInSingleBatch int
defaultInitialNumberOfItemsToIndexInSingleBatch int
리턴 void

StronglyTypedRavenSettings() 공개 메소드

public StronglyTypedRavenSettings ( NameValueCollection settings ) : System
settings System.Collections.Specialized.NameValueCollection
리턴 System