共用方式為


GitItem interface

Extends

屬性

commitId

已擷取認可專案的 SHA1

gitObjectType

物件類型 (認可、樹狀結構、Blob、標記...)

latestProcessedChange

淺層 ref 認可上次變更此專案只有在要求 latestProcessedChange 時才會填入,如果尚未快取最新的變更,可能不正確

objectId

Git 物件識別碼

originalObjectId

Git 物件識別碼

繼承的屬性

content
contentMetadata
isFolder
isSymLink
path
url

屬性詳細資料

commitId

已擷取認可專案的 SHA1

commitId: string

屬性值

string

gitObjectType

物件類型 (認可、樹狀結構、Blob、標記...)

gitObjectType: GitObjectType

屬性值

latestProcessedChange

淺層 ref 認可上次變更此專案只有在要求 latestProcessedChange 時才會填入,如果尚未快取最新的變更,可能不正確

latestProcessedChange: GitCommitRef

屬性值

objectId

Git 物件識別碼

objectId: string

屬性值

string

originalObjectId

Git 物件識別碼

originalObjectId: string

屬性值

string

繼承的屬性詳細資料

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