Skip to content
Guides API

ServiceVersionInfo

ServiceVersionInfo = object

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

Metadata for one branch version of a service geodatabase.

access: VersionAccess

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

Who may see / edit the version.


description: string

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

Free-text description.


isOwner: boolean

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

Whether the current user owns this version.


name: string

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

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


optional versionId?: string

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

Server-assigned version GUID, when available.