Skip to main content

Version

サマリー

The Version object contains properties that describe a version.

ディスカッション

Version objects cannot be created directly. Version properties can be accessed through the arcpy.da.ListVersions function.

プロパティ

名前 説明 データ タイプ

access

(読み取り専用)

Specifies the version's access permission.

  • Private—The version's access permission is private.

  • Public—The version's access permission is public.

  • Protected—The version's access permission is protected.

String

ancestors

(読み取り専用)

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

(読み取り専用)

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

(読み取り専用)

The date and time the version was created.

DateTime

description

(読み取り専用)

The description of the version.

String

isOwner

(読み取り専用)

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

Boolean

lastModified

(読み取り専用)

The date the version was last modified.

DateTime

name

(読み取り専用)

The name of the version.

String

parentVersionName

(読み取り専用)

The name of the parent version.

String