Replica
サマリー
The Replica object contains properties that describe a replica.
ディスカッション
Replica objects cannot be created directly. Replica properties can be accessed through the arcpy.da.ListReplicas function.
プロパティ
| 名前 | 説明 | データ タイプ |
|---|---|---|
|
creationDate (読み取り専用) |
The date the replica was created. The date will be in UTC. A replica may not have a |
DateTime |
|
datasets (読み取り専用) |
A list of the datasets that belong to the replica. |
List |
|
geometry (読み取り専用) |
The replica's spatial filter geometry. |
Geometry |
|
hasConflicts (読み取り専用) |
Specifies whether the replica is in conflict. |
Boolean |
|
isParent (読み取り専用) |
Specifies the replica role. Returns |
Boolean |
|
isSender (読み取り専用) |
Specifies whether the replica is a data sender. Returns |
Boolean |
|
lastReceive (読み取り専用) |
The last time the replica received changes. |
DateTime |
|
lastSend (読み取り専用) |
The last time the replica sent changes. |
DateTime |
|
name (読み取り専用) |
The name of the replica. |
String |
|
owner (読み取り専用) |
The owner of the replica in the geodatabase. |
String |
|
replicaDate (読み取り専用) |
The date the replica was created. The date will be in the time zone of the server machine |
DateTime |
|
replicaID (読み取り専用) |
The replica ID. |
String |
|
replicaServerGen (読み取り専用) |
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 (読み取り専用) |
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 |
|
role (読み取り専用) |
Specifies the replica role.
|
String |
|
serviceName (読み取り専用) |
The URL of the feature service associated with the replica. This is only applicable for replicas created from a feature service. |
String |
|
targetType (読み取り専用) |
Specifies the type of target for syncing the replica.
|
String |
|
type (読み取り専用) |
Specifies the replica type.
|
String |
|
version (読み取り専用) |
The version from which the replica was created (replica version). |
String |