Click or drag to resize

Database Properties

The Database type exposes the following members.

Properties
  NameDescription
Public propertyAllReplications
Gets all the running Replications for this Database. This includes all continuous Replications and any non-continuous Replications that has been started and are still running.
Public propertyDocumentCount Obsolete.
Gets the number of Document in the Database.
Public propertyStatic memberFilterCompiler
Gets or sets an object that can compile source code into FilterDelegate.
Public propertyLastSequenceNumber Obsolete.
Gets the latest sequence number used by the Database. Every new Revision is assigned a new sequence number, so this property increases monotonically as changes are made to the Database. This can be used to check whether the Database has changed between two points in time.
Public propertyManager
Gets the Manager that owns this Database.
Public propertyMaxRevTreeDepth Obsolete.
Maximum depth of a document's revision tree (or, max length of its revision history.) Revisions older than this limit will be deleted during a -compact: operation.
Public propertyName
Gets the Database name.
Public propertyPersistentCookieStore Obsolete.
Gets the container the holds cookie information received from the remote replicator
Public propertyTotalDataSize Obsolete.
Gets the total size of the database on the filesystem.
Top
See Also