IPWorks Cloud 2020 .NET Edition

Questions / Feedback?

ClearPages Method

Clears a range of pages in a page blob.

Syntax

public void ClearPages(string pageBlob, long byteOffset, long pageCount);
Public Sub ClearPages(ByVal PageBlob As String, ByVal ByteOffset As Long, ByVal PageCount As Long)

Remarks

This method clears PageCount pages, from ByteOffset onwards, for the specified PageBlob in the container currently selected by Container.

ByteOffset must be a multiple of 512; i.e. ByteOffset % 512 == 0. PageCount must be a number between 1 and the number of pages in the page blob following ByteOffset (inclusive).

If the specified blob has an active lease, its lease Id must be specified using LeaseId, or the request will fail.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks Cloud 2020 .NET Edition - Version 20.0 [Build 8265]