ListHandlesResponse Class

Definition

Provides methods for parsing the response from an operation to get a range for a file.

public sealed class ListHandlesResponse : Microsoft.Azure.Storage.Shared.Protocol.ResponseParsingBase<Microsoft.Azure.Storage.File.FileHandle>
type ListHandlesResponse = class
    inherit ResponseParsingBase<FileHandle>
Public NotInheritable Class ListHandlesResponse
Inherits ResponseParsingBase(Of FileHandle)
Inheritance
Microsoft.Azure.Storage.Shared.Protocol.ResponseParsingBase<FileHandle>
ListHandlesResponse

Constructors

ListHandlesResponse(Stream)

Initializes a new instance of the ListHandlesResponse class.

Properties

Handles

Gets an enumerable collection of FileHandle objects from the response.

MaxResults

Gets the MaxResults value from the XML response, if one was specified.

NextMarker

Gets the NextMarker value from the XML response, if the listing was not complete.

Applies to