命名空间: Microsoft.TeamFoundation.Framework.Server
程序集: Microsoft.TeamFoundation.Framework.Server(在 Microsoft.TeamFoundation.Framework.Server.dll 中)
语法
声明
<InheritedExportAttribute> _
Public Interface IBlobProvider
[InheritedExportAttribute]
public interface IBlobProvider
IBlobProvider 类型公开以下成员。
属性
名称 | 说明 | |
---|---|---|
![]() |
RemoteStoreId |
页首
方法
名称 | 说明 | |
---|---|---|
![]() |
DeleteBlob | 删除在特定容器的特定 blob |
![]() |
DeleteContainer | |
![]() |
EnumerateBlobs | 列出了特定的容器的所有 blob |
![]() |
GetStream | 返回特定资源的内容流在给定的容器 |
![]() |
PutChunk | 将内容区块对特定 blob 在特定容器 |
![]() |
PutStream | 写入内容传递给特定 blob 中的特定容器 |
![]() |
ReadBlobMetadata | |
![]() |
RenameBlob | |
![]() |
ServiceEnd | |
![]() |
ServiceStart(TeamFoundationRequestContext) | |
![]() |
ServiceStart(TeamFoundationRequestContext, IDictionary<String, String>) | |
![]() |
WriteBlobMetadata |
页首