CatalogProperties interface

Properties of a catalog.

Extends

Properties

lastSyncTime

When the catalog was last synced. NOTE: This property will not be serialized. It can only be populated by the server.

provisioningState

The provisioning state of the resource. NOTE: This property will not be serialized. It can only be populated by the server.

syncState

The synchronization state of the catalog. NOTE: This property will not be serialized. It can only be populated by the server.

Inherited Properties

adoGit

Properties for an Azure DevOps catalog type.

gitHub

Properties for a GitHub catalog type.

Property Details

lastSyncTime

When the catalog was last synced. NOTE: This property will not be serialized. It can only be populated by the server.

lastSyncTime?: Date

Property Value

Date

provisioningState

The provisioning state of the resource. NOTE: This property will not be serialized. It can only be populated by the server.

provisioningState?: string

Property Value

string

syncState

The synchronization state of the catalog. NOTE: This property will not be serialized. It can only be populated by the server.

syncState?: string

Property Value

string

Inherited Property Details

adoGit

Properties for an Azure DevOps catalog type.

adoGit?: GitCatalog

Property Value

Inherited From CatalogUpdateProperties.adoGit

gitHub

Properties for a GitHub catalog type.

gitHub?: GitCatalog

Property Value

Inherited From CatalogUpdateProperties.gitHub