createVersion

Function

Creates and returns a new version of the entity

Parameters

Parameter Type Default Notes
model Required IModel
requestOptions Required IHubUserRequestOptions
options Optional ICreateVersionOptions

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/createVersion.ts:23