FileRange Members

Windows Runtime Azure Storage Client Library

Represents a range in a file.

The following tables list the members exposed by the FileRange type.

Public Constructors

  Name Description
FileRange Initializes a new instance of the FileRange class.
Top

Public Properties

  Name Description
public property EndOffset Gets the ending offset of the page range.
public property StartOffset Gets the starting offset of the page range.
Top

Public Methods (see also Protected Methods)

  Name Description
public method Equals  (Inherited from Object)
public method GetHashCode  (Inherited from Object)
public method GetType  (Inherited from Object)
public method ToString Overridden. Returns the content of the range as a string.
Top

Protected Methods

  Name Description
protected method Finalize  (Inherited from Object)
protected method MemberwiseClone  (Inherited from Object)
Top

See Also