共用方式為


TfvcItem interface

專案的中繼資料。

Extends

屬性

changeDate

專案變更日期時間。

deletionId

如果刪除專案,則大於 0。

encoding

來自資料庫的檔案編碼,-1 代表二進位。

hashValue

MD5 雜湊作為基底 64 字串,僅適用于檔案。

isBranch

如果專案是分支,則為 True。

isPendingChange

True 是表示 如果有擱置的變更。

size

如果適用,檔案的大小。

version

變更集版本識別碼。

繼承的屬性

content
contentMetadata
isFolder
isSymLink
path
url

屬性詳細資料

changeDate

專案變更日期時間。

changeDate: Date

屬性值

Date

deletionId

如果刪除專案,則大於 0。

deletionId: number

屬性值

number

encoding

來自資料庫的檔案編碼,-1 代表二進位。

encoding: number

屬性值

number

hashValue

MD5 雜湊作為基底 64 字串,僅適用于檔案。

hashValue: string

屬性值

string

isBranch

如果專案是分支,則為 True。

isBranch: boolean

屬性值

boolean

isPendingChange

True 是表示 如果有擱置的變更。

isPendingChange: boolean

屬性值

boolean

size

如果適用,檔案的大小。

size: number

屬性值

number

version

變更集版本識別碼。

version: number

屬性值

number

繼承的屬性詳細資料

content

content: string

屬性值

string

繼承自ItemModel.content

contentMetadata

contentMetadata: FileContentMetadata

屬性值

繼承自ItemModel.contentMetadata

isFolder

isFolder: boolean

屬性值

boolean

繼承自ItemModel.isFolder

isSymLink: boolean

屬性值

boolean

繼承自ItemModel.isSymLink

path

path: string

屬性值

string

繼承自ItemModel.path

url

url: string

屬性值

string

繼承自ItemModel.url