Properties of Changeset to be updated.
TableSchemabriefcaseId
Integer
Id of the briefcase that was used to create the Changeset.
state
String
Indicates the state of the Changeset. Should be set to 'fileUploaded'.
Container for Changeset object.
Changeset represents a file containing changes to the iModel. A single Changeset contains changes made on a single Briefcase file and pushed as a single file.
TableSchemadisplayName
String
Display name of the Changeset. Corresponds to Index property.
description
String,null
Description of the Changeset.
index
Integer
Index of the Changeset (increasing, but not necessarily sequential).
parentId
String,null
Id of the parent Changeset.
creatorId
String
Id of the user who created the Changeset.
pushDateTime
String
Date when the Changeset was pushed to iModelHub.
briefcaseId
Integer
Id of the briefcase that was used to push the Changeset.
fileSize
Integer
Size of the Changeset file in bytes.
containingChanges
Integer
Describes what type of changes Changeset contains. Tells what changes changeset contains. 0 - regular, 1 - schema, 2 - definition, 4 - spatial data, 8 - sheets and drawings, 16 - views and models, 32 - global properties. ContainingChanges is flag value, therefore all change types, except Schema, can be combined.
state
String
Indicates the state of the Changeset. 'waitingForFile' - indicates that Changeset metadata is created, but Changeset file is not uploaded yet or file upload is not confirmed yet. 'fileUploaded' - indicates that Changeset file is uploaded and confirmed.
application
Information about the application that pushed the Changeset.
synchronizationInfo
Optional information about synchronization that is related to the Changeset.
_links
Contains the hyperlinks to the related data of the Changeset.
Hyperlinks to Changeset related data.
TableSchemacreator
Information about the creator of the Changeset.
namedVersion
Named Version which was created for Changeset. If this is null then Changeset does not have a Named Version created for it.
self
Self hyperlink to get the details of the Changeset.
download
Hyperlink to download Changeset file from Azure Blob storage. Set only if the user has at least imodels_read
permission, otherwise it is always set to null.
currentOrPrecedingCheckpoint
Hyperlink to get the latest successfully generated checkpoint where applied changeset index is lower or equal to this changeset index.
Hyperlink container.
TableSchemahref
String
Hyperlink to the specific entity.
Information about the client application that is related to an entity.
Information about synchronization that is related to a Changeset. This information is set by applications that perform iModel synchronization.
TableSchemataskId
String,null
Id of the synchronization task.
changedFiles
String[]
List of source file names that contained changes which were synchronized to this Changeset.
Contains error information.
TableSchemacode
String
One of a server-defined set of error codes.
message
String
A human-readable representation of the error.
Gives details for an error that occurred while handling the request. Note that clients MUST NOT assume that every failed request will produce an object of this schema, or that all of the properties in the response will be non-null, as the error may have prevented this response from being constructed.