サマリー
SyncReplica オブジェクトには、同期が有効なフィーチャ サービスにより作成されたレプリカを記述するプロパティが含まれています。 バージョニングされていないデータから履歴管理で作成された、またはブランチ バージョニングされたデータから作成されたレプリカは含まれません。
説明
SyncReplica オブジェクトは直接作成できません。 SyncReplica プロパティには arcpy.da.ListReplicas 関数でアクセスできます。
プロパティ
プロパティ | 説明 | データ タイプ |
creationDate (読み取り専用) | The date the replica was created. The date will be in UTC. | DateTime |
datasets (読み取り専用) | A list of the datasets that belong to the replica. | List |
direction (読み取り専用) | Specifies the direction of the replica.
| String |
geometry (読み取り専用) | The replica's spatial filter geometry. | Geometry |
lastSyncDate (読み取り専用) | The last sync date for the replica. This property is only available for replicas created from a feature service. | DateTime |
layerServerGens (読み取り専用) | 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 (読み取り専用) | 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 (読み取り専用) | The name of the replica. | String |
owner (読み取り専用) | The owner of the replica on the server. | String |
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 |
serviceName (読み取り専用) | The name of the feature service associated with the replica. | String |
syncModel (読み取り専用) | Specifies the sync model that is being used for this replica.
| String |
targetType (読み取り専用) | Specifies the target type for syncing the replica.
| String |
version (読み取り専用) | The version from which the replica was created. | String |