SyncPropertiesResponse

data class SyncPropertiesResponse(val gatewayEndpoint: String, val lastSyncTime: String, val messageTtl: String, val schedule: String? = null, val syncWindow: String? = null, val tokenId: String)

The sync properties of the connected registry with its parent.

Constructors

Link copied to clipboard
constructor(gatewayEndpoint: String, lastSyncTime: String, messageTtl: String, schedule: String? = null, syncWindow: String? = null, tokenId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The gateway endpoint used by the connected registry to communicate with its parent.

Link copied to clipboard

The last time a sync occurred between the connected registry and its parent.

Link copied to clipboard

The period of time for which a message is available to sync before it is expired. Specify the duration using the format PnYnMnDTnHnMnS as per ISO8601.

Link copied to clipboard
val schedule: String? = null

The cron expression indicating the schedule that the connected registry will sync with its parent.

Link copied to clipboard
val syncWindow: String? = null

The time window during which sync is enabled for each schedule occurrence. Specify the duration using the format PnYnMnDTnHnMnS as per ISO8601.

Link copied to clipboard

The resource ID of the ACR token used to authenticate the connected registry to its parent during sync.