Accessing database properties
The following table lists the NotesDatabase properties:
Property |
Data type |
Description |
---|---|---|
NotesACL |
(Read-only) Access control list for a database |
|
String array |
(Read-only) Log from the access control list |
|
NotesAgent array |
(Read-only) Agents in a database |
|
NotesDocumentCollection |
(Read-only) All the documents in a database |
|
String |
(Read-write) Categories under which a database appears in a database catalog |
|
Date/Time |
(Read-only) Date and time a database was created |
|
Integer |
(Read-only) User's access level to a database |
|
Boolean |
(Read-write) True will delay (batch) server input/output for better performance |
|
String |
(Read-only) Database design template, if any |
|
Integer |
(Read-only) Database ODS (on-disk structure) version |
|
String |
(Read-only) Database file name |
|
String |
(Read-only) Database file path |
|
Boolean |
(Read-write) Determines what folders, if any, a document is in |
|
NotesForm array |
(Read-only) Forms in a database |
|
Integer constant |
(Read-write) Update frequency of a database's full-text index |
|
String |
(Read-only) The HTTP URL of a database. |
|
Boolean |
(Read-write) True if cluster replication is in effect for a database on a server in a cluster. |
|
Boolean |
(Read-only) Indicates if a database is a Configuration Directory database |
|
Boolean |
(Read-only) Indicates if the current user has public reader access in a database |
|
Boolean |
(Read-only) Indicates if the current user has public writer access in a database |
|
Boolean |
(Read-write) Indicates if design elements can be locked. |
|
Boolean |
(Read-write) Indicates if documents can be locked. |
|
Boolean |
(Read-only) Indicates if a database is a Directory Catalog database |
|
Boolean |
(Read-only) True if a database is full-text indexed |
|
Boolean |
(Read-write) True if a database is set for "Include in multi-database indexing" |
|
Boolean |
(Read-write) True if a database on a server on a cluster is accessible |
|
Boolean |
(Read-only) True if a database is the target of a link |
|
Boolean |
(Read-only) True if the search index is multi-database |
|
Boolean |
(Read-only) True if a database is open |
|
Boolean |
(Read-only) True if a database on a server in a cluster is marked for deletion. |
|
Boolean |
(Read-only) True if a database is a Personal Address Book; only valid through AddressBooks in NotesSession |
|
Boolean |
(Read-only) True if a database is a Domino® Directory; only valid through AddressBooks in NotesSession |
|
Date/Time |
(Read-only) Date and time that a database was last checked by the Fixup task |
|
Date/Time |
(Read-only) Date and time a full-text index, if any, was last updated |
|
Date/Time |
(Read-only) Date and time a database was last modified |
|
Double |
(Read-write) Maximum number of entries allowed in $Revisions field |
|
Double |
(Read-write) Maximum number of entries allowed in $UpdatedBy field |
|
Double |
(Read-write) True if a database appears in database catalogs |
|
String array |
(Read-only) Users that have Manager access to a database |
|
Double |
(Read-only) Shows the maximum size assigned to a database |
|
String |
(Read-only) The Notes® URL of a database. |
|
NotesSession |
(Read-only) Session that contains a database |
|
Double |
(Read-only) Percent of the total size of a database that is occupied by real data |
|
String |
(Read-only) Database replica ID in hexadecimal |
|
NotesReplication |
(Read-only) Provides access to a NotesReplication object |
|
String |
(Read-only) Name of the server containing a database |
|
Double |
(Read-only) Database size, in bytes |
|
Long |
(Read-write) Database size quota, if any; you must be an administrator to write |
|
Integer |
(Read-write) The size warning threshold of a database, in kilobytes; you must be an administrator to write |
|
String |
(Read-only) Database template name, if database is a template |
|
String |
(Read-write) Database title |
|
Integer constant |
(Read-only) Database type |
|
Integer |
(Read-write) Expiration time for soft deletions in hours |
|
NotesDocumentCollection |
(Read-only) All documents not yet processed in agent or view |
|
NotesView array |
(Read-only) Named views in a database |
For further details on accessing the properties and methods of a database, see the Usage section in the NotesDatabase class topic.
Use Fixup to run the Fixup task on a database.
Use CreateFTIndex and RemoveFTIndex to create and remove full-text indexes.
Use GetOption and SetOption to get and set database options.