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
Public property RemoteStoreId

Top

Methods

  Name Description
Public method DeleteBlob Deletes the given blob in the given container
Public method DeleteContainer
Public method EnumerateBlobs Lists all the blobs in the given container
Public method GetStream Returns a content stream for the given resource in the given container
Public method PutChunk Puts a chunk of content to the given blob in the given container
Public method PutStream Writes a stream of content to the given blob in the given container
Public method ReadBlobMetadata
Public method RenameBlob
Public method ServiceEnd
Public method ServiceStart(TeamFoundationRequestContext)
Public method ServiceStart(TeamFoundationRequestContext, IDictionary<String, String>)
Public method WriteBlobMetadata

Top

See Also

Reference

Microsoft.TeamFoundation.Framework.Server Namespace