C# Class Raven.Database.Config.StronglyTypedRavenSettings

Show file Open project: robashton/ravendb Class Usage Examples

Public Methods

Method Description
Setup ( int defaultMaxNumberOfItemsToIndexInSingleBatch, int defaultInitialNumberOfItemsToIndexInSingleBatch ) : void
StronglyTypedRavenSettings ( NameValueCollection settings ) : System

Private Methods

Method Description
GetDefaultMemoryCacheLimitMegabytes ( ) : int
GetDefaultWebDir ( ) : string

Method Details

Setup() public method

public Setup ( int defaultMaxNumberOfItemsToIndexInSingleBatch, int defaultInitialNumberOfItemsToIndexInSingleBatch ) : void
defaultMaxNumberOfItemsToIndexInSingleBatch int
defaultInitialNumberOfItemsToIndexInSingleBatch int
return void

StronglyTypedRavenSettings() public method

public StronglyTypedRavenSettings ( NameValueCollection settings ) : System
settings System.Collections.Specialized.NameValueCollection
return System