IBlobProvider 接口

命名空间:  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

页首

请参阅

参考

Microsoft.TeamFoundation.Framework.Server 命名空间