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
- containerId
Type: System.Guid
- resourceId
Type: System.String
- contentBlock
Type: array<System.Byte[]
- contentBlockLength
Type: System.Int32
- compressedLength
Type: System.Int64
- offset
Type: System.Int64
- isLastChunk
Type: System.Boolean
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.