This documentation is archived and is not being maintained.
IBlobProvider Interface
Visual Studio 2013
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
The IBlobProvider type exposes the following members.
| 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 |
Show:
