updateVersion

Function

Updates the specified version with with the state of the supplied model throws an exception if the version is stale and force is not true

Parameters

Parameter Type Default Notes
model Required IModel
version Required IVersion
requestOptions Required IHubUserRequestOptions
force Optional boolean

Available requestOptions

Property Type Notes
authentication ArcGISIdentityManager
fetch Optional Inherited function(input: RequestInfo, init: RequestInit) : Promise<Response>

The implementation of fetch to use. Defaults to a global fetch.

hubApiUrl Optional Inherited string
isPortal Optional Inherited boolean
portalSelf Optional Inherited IHubRequestOptionsPortalSelf

Returns

Promise<IVersion>
Property Type Notes
data Record<stringany>

The versioned data

created Inherited number

The created timestamp

creator Inherited string

The username of the creator

id Inherited string

The id of the version

path Inherited string

The full path to the version

updated Inherited number

The updated timestamp

access Optional Inherited string

The access level of the version resource

description Optional Inherited string

The description of the version

name Optional Inherited string

The name of the version

parent Optional Inherited string

The parent version id

size Optional Inherited number

The size of the version resource


Function defined in common/src/versioning/updateVersion.ts:38