Property | Type | Description | |
---|---|---|---|
initialized | bool | ||
listeners | Raven.Client.Document.DocumentSessionListeners | ||
profilingContext |
Method | Description | |
---|---|---|
AggressivelyCache ( ) : IDisposable |
Setup the context for aggressive caching.
|
|
AggressivelyCacheFor ( System.TimeSpan cacheDuration ) : IDisposable |
Subscribe to change notifications from the server
|
|
BulkInsert ( string database = null, Raven.Abstractions.Data.BulkInsertOptions options = null ) : Raven.Client.Document.BulkInsertOperation | ||
Changes ( string database = null ) : IDatabaseChanges | ||
DisableAggressiveCaching ( ) : IDisposable | ||
Dispose ( ) : void | ||
ExecuteIndex ( Raven.Client.Indexes.AbstractIndexCreationTask indexCreationTask ) : void |
Executes the index creation.
|
|
ExecuteTransformer ( |
Executes the transformer creation
|
|
GetLastWrittenEtag ( ) : Etag |
Gets the etag of the last document written by any session belonging to this document store
|
|
GetProfilingInformationFor ( System.Guid id ) : |
Get the profiling information for the given id
|
|
Initialize ( ) : IDocumentStore | ||
OpenAsyncSession ( ) : IAsyncDocumentSession | ||
OpenAsyncSession ( string database ) : IAsyncDocumentSession | ||
OpenSession ( ) : IDocumentSession | ||
OpenSession ( Raven.Client.Document.OpenSessionOptions sessionOptions ) : IDocumentSession | ||
OpenSession ( string database ) : IDocumentSession | ||
RegisterListener ( IDocumentConflictListener conflictListener ) : |
Registers the conflict listener.
|
|
RegisterListener ( IDocumentConversionListener conversionListener ) : |
Registers the conversion listener.
|
|
RegisterListener ( IDocumentDeleteListener deleteListener ) : |
Registers the delete listener.
|
|
RegisterListener ( IDocumentQueryListener queryListener ) : |
Registers the query listener.
|
|
RegisterListener ( IExtendedDocumentConversionListener conversionListener ) : |
Registers the extended conversion listener.
|
|
RegisterListener ( IDocumentStoreListener documentStoreListener ) : IDocumentStore |
Registers the store listener.
|
Method | Description | |
---|---|---|
AfterSessionCreated ( InMemoryDocumentSessionOperations session ) : void | ||
AssertInitialized ( ) : void | ||
DocumentStoreBase ( ) : System | ||
EnsureNotClosed ( ) : void |
protected AfterSessionCreated ( InMemoryDocumentSessionOperations session ) : void | ||
session | InMemoryDocumentSessionOperations | |
return | void |
public abstract AggressivelyCacheFor ( System.TimeSpan cacheDuration ) : IDisposable | ||
cacheDuration | System.TimeSpan | |
return | IDisposable |
public abstract BulkInsert ( string database = null, Raven.Abstractions.Data.BulkInsertOptions options = null ) : Raven.Client.Document.BulkInsertOperation | ||
database | string | |
options | Raven.Abstractions.Data.BulkInsertOptions | |
return | Raven.Client.Document.BulkInsertOperation |
public abstract Changes ( string database = null ) : IDatabaseChanges | ||
database | string | |
return | IDatabaseChanges |
public abstract DisableAggressiveCaching ( ) : IDisposable | ||
return | IDisposable |
public ExecuteIndex ( Raven.Client.Indexes.AbstractIndexCreationTask indexCreationTask ) : void | ||
indexCreationTask | Raven.Client.Indexes.AbstractIndexCreationTask | |
return | void |
public ExecuteTransformer ( |
||
transformerCreationTask | ||
return | void |
public GetProfilingInformationFor ( System.Guid id ) : |
||
id | System.Guid | |
return |
public abstract Initialize ( ) : IDocumentStore | ||
return | IDocumentStore |
public abstract OpenAsyncSession ( ) : IAsyncDocumentSession | ||
return | IAsyncDocumentSession |
public abstract OpenAsyncSession ( string database ) : IAsyncDocumentSession | ||
database | string | |
return | IAsyncDocumentSession |
public abstract OpenSession ( ) : IDocumentSession | ||
return | IDocumentSession |
public abstract OpenSession ( Raven.Client.Document.OpenSessionOptions sessionOptions ) : IDocumentSession | ||
sessionOptions | Raven.Client.Document.OpenSessionOptions | |
return | IDocumentSession |
public abstract OpenSession ( string database ) : IDocumentSession | ||
database | string | |
return | IDocumentSession |
public RegisterListener ( IDocumentConflictListener conflictListener ) : |
||
conflictListener | IDocumentConflictListener | The conflict listener. |
return |
public RegisterListener ( IDocumentConversionListener conversionListener ) : |
||
conversionListener | IDocumentConversionListener | |
return |
public RegisterListener ( IDocumentDeleteListener deleteListener ) : |
||
deleteListener | IDocumentDeleteListener | The delete listener. |
return |
public RegisterListener ( IDocumentQueryListener queryListener ) : |
||
queryListener | IDocumentQueryListener | The query listener. |
return |
public RegisterListener ( IExtendedDocumentConversionListener conversionListener ) : |
||
conversionListener | IExtendedDocumentConversionListener | |
return |
public RegisterListener ( IDocumentStoreListener documentStoreListener ) : IDocumentStore | ||
documentStoreListener | IDocumentStoreListener | The document store listener. |
return | IDocumentStore |
protected DocumentSessionListeners,Raven.Client.Document listeners | ||
return | Raven.Client.Document.DocumentSessionListeners |