TfvcItem interface
Metadata for an item.
- Extends
Properties
change |
Item changed datetime. |
deletion |
Greater than 0 if item is deleted. |
encoding | File encoding from database, -1 represents binary. |
hash |
MD5 hash as a base 64 string, applies to files only. |
is |
True if item is a branch. |
is |
True if there is a change pending. |
size | The size of the file, if applicable. |
version | Changeset version Id. |
Inherited Properties
content | |
content |
|
is |
|
is |
|
path | |
url |
Property Details
changeDate
Item changed datetime.
changeDate: Date
Property Value
Date
deletionId
Greater than 0 if item is deleted.
deletionId: number
Property Value
number
encoding
File encoding from database, -1 represents binary.
encoding: number
Property Value
number
hashValue
MD5 hash as a base 64 string, applies to files only.
hashValue: string
Property Value
string
isBranch
True if item is a branch.
isBranch: boolean
Property Value
boolean
isPendingChange
True if there is a change pending.
isPendingChange: boolean
Property Value
boolean
size
The size of the file, if applicable.
size: number
Property Value
number
version
Changeset version Id.
version: number
Property Value
number