Replica (arcpy.da)

Zusammenfassung

The Replica object contains properties that describe a replica.

Diskussion

Replica objects cannot be created directly. Replica properties can be accessed through the ListReplicas function.

Eigenschaften

EigenschaftErläuterungDatentyp
hasConflicts
(Schreibgeschützt)

Indicates if the replica is in conflict.

Boolean
isParent
(Schreibgeschützt)

Indicates the replica role. Returns True if the replica is a Parent and False if the replica is a Child.

Boolean
isSender
(Schreibgeschützt)

Indicates if the replica is a data sender. Returns True if the replica is a data sender and False if the replica is a data receiver.

Boolean
lastReceive
(Schreibgeschützt)

The last time the replica received changes.

DateTime
lastSend
(Schreibgeschützt)

The last time the replica received changes.

DateTime
name
(Schreibgeschützt)

The name of the replica.

String
owner
(Schreibgeschützt)

The owner of the replica in the geodatabase.

String
type
(Schreibgeschützt)

The replica type.

  • CheckOutThe replica is a check-out replica.
  • OneWayThe replica is a one-way replica.
  • TwoWayThe replica is a two-way replica.
String
version
(Schreibgeschützt)

The version from which the replica was created.

String

Verwandte Themen

4/26/2014