ListHandlesResponse Class
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.
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
Azure SDK for .NET