Share via


IBlobProvider.PutChunk Method

Puts a chunk of content to the given blob in the given container

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

Syntax

'Declaration
Sub PutChunk ( _
    containerId As Guid, _
    resourceId As String, _
    contentBlock As Byte(), _
    contentBlockLength As Integer, _
    compressedLength As Long, _
    offset As Long, _
    isLastChunk As Boolean _
)
void PutChunk(
    Guid containerId,
    string resourceId,
    byte[] contentBlock,
    int contentBlockLength,
    long compressedLength,
    long offset,
    bool isLastChunk
)
void PutChunk(
    Guid containerId, 
    String^ resourceId, 
    array<unsigned char>^ contentBlock, 
    int contentBlockLength, 
    long long compressedLength, 
    long long offset, 
    bool isLastChunk
)
abstract PutChunk : 
        containerId:Guid * 
        resourceId:string * 
        contentBlock:byte[] * 
        contentBlockLength:int * 
        compressedLength:int64 * 
        offset:int64 * 
        isLastChunk:bool -> unit
function PutChunk(
    containerId : Guid, 
    resourceId : String, 
    contentBlock : byte[], 
    contentBlockLength : int, 
    compressedLength : long, 
    offset : long, 
    isLastChunk : boolean
)

Parameters

.NET Framework Security

See Also

Reference

IBlobProvider Interface

Microsoft.TeamFoundation.Framework.Server Namespace