Table of Contents

Class StorageClosedHandlesSegment

Namespace
Azure.Storage.Files.Shares.Models
Assembly
Azure.Storage.Files.Shares.dll

StorageClosedHandlesSegment.

public class StorageClosedHandlesSegment
Inheritance
StorageClosedHandlesSegment
Inherited Members

Properties

Marker

A string describing next handle to be closed. It is returned when more handles need to be closed to complete the request.

public string Marker { get; }

Property Value

string

NumberOfHandlesClosed

Contains count of number of handles closed.

public int NumberOfHandlesClosed { get; }

Property Value

int

NumberOfHandlesFailedToClose

Contains count of number of handles that failed to close.

public int NumberOfHandlesFailedToClose { get; }

Property Value

int