TfvcItemPreviousHash interface

Metadata for an item including the previous hash value for files.

Extends

Properties

previousHashValue

MD5 hash as a base 64 string, applies to files only.

Inherited Properties

changeDate

Item changed datetime.

content
contentMetadata
deletionId

Greater than 0 if item is deleted.

encoding

File encoding from database, -1 represents binary.

hashValue

MD5 hash as a base 64 string, applies to files only.

isBranch

True if item is a branch.

isFolder
isPendingChange

True if there is a change pending.

isSymLink
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

Item changed datetime.

changeDate: Date

Property Value

Date

Inherited From TfvcItem.changeDate

content

content: string

Property Value

string

Inherited From TfvcItem.content

contentMetadata

contentMetadata: FileContentMetadata

Property Value

Inherited From TfvcItem.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

True if item is a branch.

isBranch: boolean

Property Value

boolean

Inherited From TfvcItem.isBranch

isFolder

isFolder: boolean

Property Value

boolean

Inherited From TfvcItem.isFolder

isPendingChange

True if there is a change pending.

isPendingChange: boolean

Property Value

boolean

Inherited From TfvcItem.isPendingChange

isSymLink: boolean

Property Value

boolean

Inherited From TfvcItem.isSymLink

path

path: string

Property Value

string

Inherited From TfvcItem.path

size

The size of the file, if applicable.

size: number

Property Value

number

Inherited From TfvcItem.size

url

url: string

Property Value

string

Inherited From TfvcItem.url

version

Changeset version Id.

version: number

Property Value

number

Inherited From TfvcItem.version