Share via


SyncProperties interface

The sync properties of the connected registry with its parent.

Properties

gatewayEndpoint

The gateway endpoint used by the connected registry to communicate with its parent. NOTE: This property will not be serialized. It can only be populated by the server.

lastSyncTime

The last time a sync occurred between the connected registry and its parent. NOTE: This property will not be serialized. It can only be populated by the server.

messageTtl

The period of time for which a message is available to sync before it is expired. Specify the duration using the format P[n]Y[n]M[n]DT[n]H[n]M[n]S as per ISO8601.

schedule

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

syncWindow

The time window during which sync is enabled for each schedule occurrence. Specify the duration using the format P[n]Y[n]M[n]DT[n]H[n]M[n]S as per ISO8601.

tokenId

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

Property Details

gatewayEndpoint

The gateway endpoint used by the connected registry to communicate with its parent. NOTE: This property will not be serialized. It can only be populated by the server.

gatewayEndpoint?: string

Property Value

string

lastSyncTime

The last time a sync occurred between the connected registry and its parent. NOTE: This property will not be serialized. It can only be populated by the server.

lastSyncTime?: Date

Property Value

Date

messageTtl

The period of time for which a message is available to sync before it is expired. Specify the duration using the format P[n]Y[n]M[n]DT[n]H[n]M[n]S as per ISO8601.

messageTtl: string

Property Value

string

schedule

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

schedule?: string

Property Value

string

syncWindow

The time window during which sync is enabled for each schedule occurrence. Specify the duration using the format P[n]Y[n]M[n]DT[n]H[n]M[n]S as per ISO8601.

syncWindow?: string

Property Value

string

tokenId

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

tokenId: string

Property Value

string