Resumen
El objeto SyncReplica contiene propiedades que describen una réplica creada a través de un servicio de entidades habilitadas para la sincronización. Se incluyen las réplicas creadas a partir de datos no versionados con archivado o de datos versionados en rama.
Debate
Los objetos SyncReplica no se pueden crear directamente. Es posible acceder a las propiedades SyncReplica mediante la función arcpy.da.ListReplicas.
Propiedades
Propiedad | Explicación | Tipo de datos |
datasets (Sólo lectura) | A list of the datasets that belong to the replica. | List |
direction (Sólo lectura) | The direction of the replica. Possible direction values are as follows:
| String |
lastSyncDate (Sólo lectura) | The last sync date for the replica. This property is only available for replicas created from a feature service. | DateTime |
layerServerGens (Sólo lectura) | 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 (Sólo lectura) | 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 (Sólo lectura) | The name of the replica. | String |
owner (Sólo lectura) | The owner of the replica on the server. | String |
replicaID (Sólo lectura) | The replica ID. | String |
replicaServerGen (Sólo lectura) | 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 (Sólo lectura) | 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 (Sólo lectura) | The name of the feature service associated with the replica. | String |
syncModel (Sólo lectura) | The sync model that is being used for this replica.
| String |
targetType (Sólo lectura) | The type of target for syncing the replica.
| String |
version (Sólo lectura) | The version from which the replica was created. | String |