IDatabase Properties |
The IDatabase type exposes the following members.
Name | Description | |
---|---|---|
![]() | ActionQueue |
Gets the queue that is used for scheduling operations on
the object. If operations are performed outside of this queue
for properties marked with FromQueueOnly
a ThreadSafetyViolationException will be thrown.
(Inherited from IThreadSafe.) |
![]() | ConflictResolver |
Gets or sets the conflict resolver to use when conflicts arise
|
![]() | Item |
Bracket operator for retrieving IDocuments
|
![]() | Name |
Gets the name of the database
|
![]() | Options |
Gets the options that were used to create the database
|
![]() | Path |
Gets the path on disk where the database exists
|