ReplicaID (Database - Java)

Read-only. A 16-digit hexadecimal number that represents the replica ID of a Notes® database. Databases with the same replica ID are replicas of one another.

Defined in

Database

Data type

String

Syntax

public String getReplicaID()
    throws NotesException

Usage

A database does not need to be open to use this property.

Example