TfvcItemPreviousHash interface

项的元数据,包括文件的上一个哈希值。

扩展

属性

previousHashValue

MD5 哈希作为 base 64 字符串,仅适用于文件。

继承属性

changeDate

项已更改日期/时间。

content
contentMetadata
deletionId

如果项目被删除,则大于 0。

encoding

从数据库进行文件编码,-1 表示二进制文件。

hashValue

MD5 哈希作为 base 64 字符串,仅适用于文件。

isBranch

如此 如果项是分支。

isFolder
isPendingChange

如此 如果存在挂起的更改。

isSymLink
path
size

文件大小(如果适用)。

url
version

更改集版本 ID。

属性详细信息

previousHashValue

MD5 哈希作为 base 64 字符串,仅适用于文件。

previousHashValue: string

属性值

string

继承属性详细信息

changeDate

项已更改日期/时间。

changeDate: Date

属性值

Date

继承自TfvcItem.changeDate

content

content: string

属性值

string

继承自TfvcItem.content

contentMetadata

contentMetadata: FileContentMetadata

属性值

继承自TfvcItem.contentMetadata

deletionId

如果项目被删除,则大于 0。

deletionId: number

属性值

number

继承自TfvcItem.deletionId

encoding

从数据库进行文件编码,-1 表示二进制文件。

encoding: number

属性值

number

继承自TfvcItem.encoding

hashValue

MD5 哈希作为 base 64 字符串,仅适用于文件。

hashValue: string

属性值

string

继承自TfvcItem.hashValue

isBranch

如此 如果项是分支。

isBranch: boolean

属性值

boolean

继承自TfvcItem.isBranch

isFolder

isFolder: boolean

属性值

boolean

继承自TfvcItem.isFolder

isPendingChange

如此 如果存在挂起的更改。

isPendingChange: boolean

属性值

boolean

继承自TfvcItem.isPendingChange

isSymLink: boolean

属性值

boolean

继承自TfvcItem.isSymLink

path

path: string

属性值

string

继承自TfvcItem.path

size

文件大小(如果适用)。

size: number

属性值

number

继承自TfvcItem.size

url

url: string

属性值

string

继承自TfvcItem.url

version

更改集版本 ID。

version: number

属性值

number

继承自TfvcItem.version