EnvironmentChangeInput
Input parameters for retrieving environment changes within a specified version range for synchronization.
input EnvironmentChangeInput {
environmentId: ID!
minVersion: Long!
maxVersion: Long
}
Fields
EnvironmentChangeInput.environmentId ● ID! non-null scalar miscellaneous {#environment-id}
The Environment ID
EnvironmentChangeInput.minVersion ● Long! non-null scalar platform {#min-version}
The highest version of the Environment that has been received and processed successfully. If zero is sent, all current entities are sent. This can be used to do a new synchronization.
EnvironmentChangeInput.maxVersion ● Long scalar platform {#max-version}
The highest version of the Environment that need to be processed. If omitted, the latest version in AtomSphere will be used.
Member Of
Was this topic helpful?