IBlobProvider Interface
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
<InheritedExportAttribute> _
Public Interface IBlobProvider
[InheritedExportAttribute]
public interface IBlobProvider
[InheritedExportAttribute]
public interface class IBlobProvider
[<InheritedExportAttribute>]
type IBlobProvider = interface end
public interface IBlobProvider
The IBlobProvider type exposes the following members.
Properties
Name | Description | |
---|---|---|
RemoteStoreId |
Top
Methods
Name | Description | |
---|---|---|
DeleteBlob | Deletes the given blob in the given container | |
DeleteContainer | ||
EnumerateBlobs | Lists all the blobs in the given container | |
GetStream | Returns a content stream for the given resource in the given container | |
PutChunk | Puts a chunk of content to the given blob in the given container | |
PutStream | Writes a stream of content to the given blob in the given container | |
ReadBlobMetadata | ||
RenameBlob | ||
ServiceEnd | ||
ServiceStart(TeamFoundationRequestContext) | ||
ServiceStart(TeamFoundationRequestContext, IDictionary<String, String>) | ||
WriteBlobMetadata |
Top