TfvcItemPreviousHash interface
Metadata for an item including the previous hash value for files.
- Extends
Properties
previous |
MD5 hash as a base 64 string, applies to files only. |
Inherited Properties
change |
Item changed datetime. |
content | |
content |
|
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 |
|
is |
True if there is a change pending. |
is |
|
path | |
size | The size of the file, if applicable. |
url | |
version | Changeset version Id. |
Property Details
previousHashValue
MD5 hash as a base 64 string, applies to files only.
previousHashValue: string
Property Value
string
Inherited Property Details
changeDate
content
contentMetadata
deletionId
Greater than 0 if item is deleted.
deletionId: number
Property Value
number
Inherited From TfvcItem.deletionId
encoding
File encoding from database, -1 represents binary.
encoding: number
Property Value
number
Inherited From TfvcItem.encoding
hashValue
MD5 hash as a base 64 string, applies to files only.
hashValue: string
Property Value
string
Inherited From TfvcItem.hashValue
isBranch
isFolder
isPendingChange
True if there is a change pending.
isPendingChange: boolean
Property Value
boolean
Inherited From TfvcItem.isPendingChange
isSymLink
path
size
The size of the file, if applicable.
size: number
Property Value
number
Inherited From TfvcItem.size