BlobRequest.WriteBlockListBody Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Writes the body of the block list to the specified stream in XML format.
public static void WriteBlockListBody (System.Collections.Generic.IEnumerable<Microsoft.Azure.Storage.Blob.Protocol.PutBlockListItem> blocks, System.IO.Stream outputStream);
static member WriteBlockListBody : seq<Microsoft.Azure.Storage.Blob.Protocol.PutBlockListItem> * System.IO.Stream -> unit
Public Shared Sub WriteBlockListBody (blocks As IEnumerable(Of PutBlockListItem), outputStream As Stream)
Parameters
- blocks
- IEnumerable<PutBlockListItem>
An enumerable collection of PutBlockListItem objects.
- outputStream
- Stream
The stream to which the block list is written.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET