ServiceVersionInfo class final

An object that represents version metadata for a version in a branch-versioned feature service.

All properties in this object are read-only, and represent the snapshot in time when ServiceGeodatabase.fetchVersions was called. To add a new version, use the ServiceGeodatabase.createVersion function.

Implemented types

Properties

access VersionAccess
The access level of the version.
no setter
commonAncestorDate DateTime?
The timestamp of when the version was last reconciled and posted to its ancestor.
no setter
creationDate DateTime?
The timestamp of when the version was created.
no setter
description String
The description of the version.
no setter
evaluationDate DateTime?
The timestamp of when the topology of the version's data was last validated.
no setter
hashCode int
The hash code for this object.
no setterinherited
isOwner bool
Whether the current portal user is the owner of the version.
no setter
modifiedDate DateTime?
The timestamp of when the data in the version was last modified.
no setter
name String
The name of the version.
no setter
reconcileDate DateTime?
The timestamp of when the version was last reconciled with its ancestor.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
versionId Guid?
The unique ID of the version.
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited