摘要
副本对象包含一些用于描述副本的属性。
讨论
无法直接创建副本对象。 可通过 ListReplicas 函数访问副本属性。
属性
属性 | 说明 | 数据类型 |
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 received changes. | DateTime |
name (只读) | The name of the replica. | String |
owner (只读) | The owner of the replica in the geodatabase. | String |
type (只读) | The replica type.
| String |
version (只读) | The version from which the replica was created. | String |