SyncReplica
Resumen
The SyncReplica object contains properties that describe a replica created through a sync-enabled feature service. Replicas created from nonversioned data with archiving or from branch versioned data are included.
Debate
SyncReplica objects cannot be created directly. SyncReplica properties can be accessed through the arcpy.da.ListReplicas function.
Propiedades
| Nombre | Explicación | Tipo de datos |
|---|---|---|
|
creationDate (Solo lectura) |
The date the replica was created. The date will be in UTC. |
DateTime |
|
datasets (Solo lectura) |
A list of the datasets that belong to the replica. |
List |
|
direction (Solo lectura) |
Specifies the direction of the replica.
|
String |
|
geometry (Solo lectura) |
The replica's spatial filter geometry. |
Geometry |
|
lastSyncDate (Solo lectura) |
The last sync date for the replica. This property is only available for replicas created from a feature service. |
DateTime |
|
layerServerGens (Solo lectura) |
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 (Solo lectura) |
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 have the server target type. |
Dictionary |
|
name (Solo lectura) |
The name of the replica. |
String |
|
owner (Solo lectura) |
The owner of the replica on the server. |
String |
|
replicaID (Solo lectura) |
The replica ID. |
String |
|
replicaServerGen (Solo lectura) |
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 (Solo lectura) |
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 have the server target type. |
Long |
|
serviceName (Solo lectura) |
The name of the feature service associated with the replica. |
String |
|
syncModel (Solo lectura) |
Specifies the sync model that is being used for this replica.
|
String |
|
targetType (Solo lectura) |
Specifies the target type for syncing the replica.
|
String |
|
version (Solo lectura) |
The version from which the replica was created. |
String |