Zusammenfassung
Das Objekt Replica enthält Eigenschaften, die ein Replikat beschreiben.
Diskussion
Replica -Objekte können nicht direkt erstellt werden. Auf die Eigenschaften von "Replica" wird über die Funktion arcpy.da.ListReplicas zugegriffen.
Eigenschaften
Eigenschaft | Erläuterung | Datentyp |
datasets (Schreibgeschützt) | A list of the datasets that belong to the replica. | List |
hasConflicts (Schreibgeschützt) | Indicates whether the replica is in conflict. | Boolean |
isParent (Schreibgeschützt) | Indicates the replica role. Returns True if the replica is a parent and False if the replica is a child. | Boolean |
isSender (Schreibgeschützt) | Indicates whether 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 (Schreibgeschützt) | The last time the replica received changes. | DateTime |
lastSend (Schreibgeschützt) | The last time the replica sent changes. | DateTime |
name (Schreibgeschützt) | The name of the replica. | String |
owner (Schreibgeschützt) | The owner of the replica in the geodatabase. | String |
replicaID (Schreibgeschützt) | The replica ID. | String |
replicaServerGen (Schreibgeschützt) | Indicates the last generation of changes that was successfully received from the relative replica. This property is only applicable for replicas that use the per-replica sync model. | Long |
replicaServerSibGen (Schreibgeschützt) | Indicates the last generation of changes that was sent to the relative replica. This property is only applicable for replicas that use the per-replica sync model and for which the target type is server. | Long |
role (Schreibgeschützt) | The replica role.
| String |
serviceName (Schreibgeschützt) | The URL of the feature service associated with the replica. This is only applicable for replicas created from a feature service. | String |
targetType (Schreibgeschützt) | The type of target for syncing the replica.
| String |
type (Schreibgeschützt) | The replica type.
| String |
version (Schreibgeschützt) | The version from which the replica was created (replica version). | String |