ApiResourceVersion interface
Represents version information for a REST Api resource
Properties
api |
String representation of the Public API version. This is the version that the public sees and is used for a large group of services (e.g. the TFS 1.0 API) |
is |
Is the public API version in preview |
resource |
Internal resource version. This is defined per-resource and is used to support build-to-build compatibility of API changes within a given (in-preview) public api version. For example, within the TFS 1.0 API release cycle, while it is still in preview, a resource's data structure may be changed. This resource can be versioned such that older clients will still work (requests will be sent to the older version) and new/upgraded clients will talk to the new version of the resource. |
Property Details
apiVersion
String representation of the Public API version. This is the version that the public sees and is used for a large group of services (e.g. the TFS 1.0 API)
apiVersion: string
Property Value
string
isPreview
Is the public API version in preview
isPreview: boolean
Property Value
boolean
resourceVersion
Internal resource version. This is defined per-resource and is used to support build-to-build compatibility of API changes within a given (in-preview) public api version. For example, within the TFS 1.0 API release cycle, while it is still in preview, a resource's data structure may be changed. This resource can be versioned such that older clients will still work (requests will be sent to the older version) and new/upgraded clients will talk to the new version of the resource.
resourceVersion: number
Property Value
number