Attributes Summary |
messageBrokerName : String | The name which identifies a message broker that the DRS should connect to.
|
requestTimeout : int | Specifies how long a replicator will wait when requesting information from another replicator before giving up and assuming the information does not exist.
|
useSSL : boolean | Not shown or supported in 5.
|
userId : String | Not shown or supported in 5.
|
password : Password | Not shown or supported in 5.
|
encryptionType : DRSEncryptionKind | Specifies the type of encryption which is used prior to transfer.
|
encryptionKeyValue : String | The base-64 encoded value of the Java security key.
|
numberOfReplicas : int | Number of replicas to be created for every entry that is replicated over internal replication.
|
partition : DRSPartition | Partition strategy settings.
|
serialization : DRSSerialization | Java object serialization settings.
|
pooling : DRSConnectionPool | Resource pool settings.
|
ssl : SecureSocketLayer | Configuration settings for using Secure Socket Layer (SSL).
|