Zusammenfassung
The Replica object contains properties that describe a replica.
Auswertung
Replica objects cannot be created directly. Replica properties can be accessed through the ListReplicas function.
Eigenschaften
Eigenschaft | Erklärung | Datentyp |
hasConflicts (Nur lesen) | Indicates if the replica is in conflict. | Boolean |
isParent (Nur lesen) | Indicates the replica role. Returns True if the replica is a Parent and False if the replica is a Child. | Boolean |
isSender (Nur lesen) | 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 (Nur lesen) | The last time the replica received changes. | DateTime |
lastSend (Nur lesen) | The last time the replica sent changes. | DateTime |
name (Nur lesen) | The name of the replica. | String |
owner (Nur lesen) | The owner of the replica in the geodatabase. | String |
role (Nur lesen) | The replica role.
| String |
type (Nur lesen) | The replica type.
| String |
version (Nur lesen) | The version from which the replica was created. | String |