Class: PatchTarget

PatchTarget(copyData)

new PatchTarget(copyData)

Represents a target of a patch

Parameters:
Name Type Description
copyData PatchTarget Copy constructor (if present)
Properties:
Name Type Description
type string Identifies the target type
id string Gets or sets the key
version string Gets or sets the key
etag string Gets or sets the tag of the item
Source:

Members

etag :string

Gets or sets the tag of the item

Type:
  • string
Source:

id :string

Gets or sets the key

Type:
  • string
Source:

type :string

Identifies the target type

Type:
  • string
Source:

version :string

Gets or sets the key

Type:
  • string
Source: