Zusammenfassung
Das Objekt SyncReplica enthält Eigenschaften, die ein Replikat beschreiben, das aus einem Feature-Service mit aktivierter Synchronisierung erstellt wurde. Replikate, die aus nicht versionierten Daten mit Archivierung oder aus nach Verzweigung versionierten Daten erstellt wurden, werden einbezogen.
Diskussion
SyncReplica-Objekte können nicht direkt erstellt werden. Auf die Eigenschaften von SyncReplica 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 |
direction (Schreibgeschützt) | The direction of the replica. Possible direction values are as follows:
| String |
lastSyncDate (Schreibgeschützt) | The last sync date for the replica. This property is only available for replicas created from a feature service. | DateTime |
layerServerGens (Schreibgeschützt) | Indicates the last generation of changes that were sent to the relative replica on a layer-by-layer basis. This property is only applicable for replicas that use the per-layer sync model. | Dictionary |
layerServerSibGens (Schreibgeschützt) | Indicates the last generation of changes that were successfully received from the relative replica on a layer-by-layer basis. This property is only applicable for replicas that use the per-layer sync model and for which the target type is server. | Dictionary |
name (Schreibgeschützt) | The name of the replica. | String |
owner (Schreibgeschützt) | The owner of the replica on the server. | 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 |
serviceName (Schreibgeschützt) | The name of the feature service associated with the replica. | String |
syncModel (Schreibgeschützt) | The sync model that is being used for this replica.
| String |
targetType (Schreibgeschützt) | The type of target for syncing the replica.
| String |
version (Schreibgeschützt) | The version from which the replica was created. | String |