Version

Zusammenfassung

Das Objekt Version enthält Eigenschaften, die eine Version beschreiben.

Diskussion

Version-Objekte können nicht direkt erstellt werden. Auf die Eigenschaften von "Version" wird über die Funktion arcpy.da.ListVersions zugegriffen.

Eigenschaften

EigenschaftErläuterungDatentyp
access
(Schreibgeschützt)

Specifies the version's access permission.

  • PrivateThe version's access permission is private.
  • PublicThe version's access permission is public.
  • ProtectedThe version's access permission is protected.
String
ancestors
(Schreibgeschützt)

The version's ancestors. A list of all the versions that are in the ancestral lineage for the current version. For example, the parent version, the grandparent version, and so on, all the way back to the default version.

Version
children
(Schreibgeschützt)

The version's children. A list of all the versions that were created directly from the current version. It does not, for example, list the grandchildren of the version.

Version
created
(Schreibgeschützt)

The date and time the version was created.

DateTime
description
(Schreibgeschützt)

The description of the version.

String
isOwner
(Schreibgeschützt)

Specifies whether the current connected user is the owner of this version.

Boolean
lastModified
(Schreibgeschützt)

The date the version was last modified.

DateTime
name
(Schreibgeschützt)

The name of the version.

String
parentVersionName
(Schreibgeschützt)

The name of the parent version.

String

Verwandte Themen