This documentation is archived and is not being maintained.

IBlobProvider Interface

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

[InheritedExportAttribute]
public interface class IBlobProvider

The IBlobProvider type exposes the following members.

  NameDescription
Public propertyRemoteStoreId
Top

  NameDescription
Public methodDeleteBlobDeletes the given blob in the given container
Public methodDeleteContainer
Public methodEnumerateBlobsLists all the blobs in the given container
Public methodGetStreamReturns a content stream for the given resource in the given container
Public methodPutChunkPuts a chunk of content to the given blob in the given container
Public methodPutStreamWrites a stream of content to the given blob in the given container
Public methodReadBlobMetadata
Public methodRenameBlob
Public methodServiceEnd
Public methodServiceStart(TeamFoundationRequestContext)
Public methodServiceStart(TeamFoundationRequestContext, IDictionary<String, String>)
Public methodWriteBlobMetadata
Top
Show: