サマリー
The Replica object contains properties that describe a replica.
説明
Replica objects cannot be created directly. Replica properties can be accessed through the ListReplicas function.
プロパティ
プロパティ | 説明 | データ タイプ |
hasConflicts (読み取り専用) | Indicates if the replica is in conflict. | Boolean |
isParent (読み取り専用) | Indicates the replica role. Returns True if the replica is a Parent and False if the replica is a Child. | Boolean |
isSender (読み取り専用) | Indicates if the replica is a data sender. Returns True if the replica is a data sender and False if the replica is a data receiver. | Boolean |
lastReceive (読み取り専用) | The last time the replica received changes. | DateTime |
lastSend (読み取り専用) | The last time the replica sent changes. | DateTime |
name (読み取り専用) | The name of the replica. | String |
owner (読み取り専用) | The owner of the replica in the geodatabase. | String |
role (読み取り専用) | The replica role.
| String |
type (読み取り専用) | The replica type.
| String |
version (読み取り専用) | The version from which the replica was created. | String |