Show / Hide Table of Contents

Class PageRangeItem

Represents a range of bytes returned by GetAllPageRangesAsync(GetPageRangesOptions, CancellationToken).

Inheritance
System.Object
PageRangeItem
Namespace: System.Dynamic.ExpandoObject
Assembly: Azure.Storage.Blobs.dll
Syntax
public class PageRangeItem

Constructors

PageRangeItem()

Declaration
public PageRangeItem ();

Properties

IsClear

Indicates if this PageBlobRange is empty bytes.

Declaration
public bool IsClear { get; }
Property Value
System.Boolean

Range

Range in bytes of this PageBlobRange.

Declaration
public Azure.HttpRange Range { get; }
Property Value
Azure.HttpRange

Back to top Azure SDK for .NET