Skip to content
Guides API

ServiceVersionInfo

ServiceVersionInfo = object

Defined in: src/ExpoArcgis.types.ts:709

Metadata for one branch version of a service geodatabase.

access: VersionAccess

Defined in: src/ExpoArcgis.types.ts:715

Who may see / edit the version.


description: string

Defined in: src/ExpoArcgis.types.ts:713

Free-text description.


isOwner: boolean

Defined in: src/ExpoArcgis.types.ts:717

Whether the current user owns this version.


name: string

Defined in: src/ExpoArcgis.types.ts:711

Fully-qualified version name (e.g. "OWNER.versionName").


optional versionId?: string

Defined in: src/ExpoArcgis.types.ts:719

Server-assigned version GUID, when available.