tibasSpaceDef_SetSyncReplicated()
Sets replication to be performed in a synchronous manner.
Declaration
tibas_status tibasSpaceDef_SetSyncReplicated
(tibasSpaceDef spaceDef,
tibas_boolean syncReplicated)
Parameters
Parameter |
Description |
spaceDef |
A spaceDef object that specifies the space for which you want to query the type of replication that is configured. |
syncReplicated |
The default is false. To set replication to synchronous replication, code 1 (TRUE). |
Remarks
Use the tibasSpaceDef_SetSyncReplicated() function to specify whether replication for a specified space is set to synchronous replication.
Copyright © Cloud Software Group, Inc. All rights reserved.