TfvcChangesetSearchCriteria interface

搜索更改列表中使用的条件。

属性

author

进行更改的用户的别名或显示名称。

followRenames

是否遵循正在查询的给定项的重命名。

fromDate

如果提供,则仅包含在此日期之后创建的更改集(字符串)。

fromId

如果提供,则仅包含此 changesetID 之后的更改集。

includeLinks

是否在浅引用中包含_links字段。

itemPath

要搜索的项的路径。

mappings
toDate

如果提供,则仅包含在此日期之前创建的更改集(字符串)。

toId

如果提供,则为要包含的最新更改列表的版本描述符。

属性详细信息

author

进行更改的用户的别名或显示名称。

author: string

属性值

string

followRenames

是否遵循正在查询的给定项的重命名。

followRenames: boolean

属性值

boolean

fromDate

如果提供,则仅包含在此日期之后创建的更改集(字符串)。

fromDate: string

属性值

string

fromId

如果提供,则仅包含此 changesetID 之后的更改集。

fromId: number

属性值

number

是否在浅引用中包含_links字段。

includeLinks: boolean

属性值

boolean

itemPath

要搜索的项的路径。

itemPath: string

属性值

string

mappings

mappings: TfvcMappingFilter[]

属性值

toDate

如果提供,则仅包含在此日期之前创建的更改集(字符串)。

toDate: string

属性值

string

toId

如果提供,则为要包含的最新更改列表的版本描述符。

toId: number

属性值

number