Freigeben über


CloudFile.ListHandlesSegmented Methode

Definition

Ruft die für diese Datei geöffneten SMB-Handles ab.

[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual Microsoft.Azure.Storage.File.FileHandleResultSegment ListHandlesSegmented (Microsoft.Azure.Storage.File.FileContinuationToken token = default, int? maxResults = default, Microsoft.Azure.Storage.AccessCondition accessCondition = default, Microsoft.Azure.Storage.File.FileRequestOptions options = default, Microsoft.Azure.Storage.OperationContext operationContext = default);
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member ListHandlesSegmented : Microsoft.Azure.Storage.File.FileContinuationToken * Nullable<int> * Microsoft.Azure.Storage.AccessCondition * Microsoft.Azure.Storage.File.FileRequestOptions * Microsoft.Azure.Storage.OperationContext -> Microsoft.Azure.Storage.File.FileHandleResultSegment
override this.ListHandlesSegmented : Microsoft.Azure.Storage.File.FileContinuationToken * Nullable<int> * Microsoft.Azure.Storage.AccessCondition * Microsoft.Azure.Storage.File.FileRequestOptions * Microsoft.Azure.Storage.OperationContext -> Microsoft.Azure.Storage.File.FileHandleResultSegment
Public Overridable Function ListHandlesSegmented (Optional token As FileContinuationToken = Nothing, Optional maxResults As Nullable(Of Integer) = Nothing, Optional accessCondition As AccessCondition = Nothing, Optional options As FileRequestOptions = Nothing, Optional operationContext As OperationContext = Nothing) As FileHandleResultSegment

Parameter

token
FileContinuationToken

Fortsetzungstoken für fortgesetzte paginierte Ergebnisse.

maxResults
Nullable<Int32>

Die maximale Anzahl von Ergebnissen, die vom Server zurückgegeben werden sollen.

accessCondition
AccessCondition

Ein AccessCondition-Objekt, das die Zugriffsbedingung für die Datei darstellt. Wenn null, wird keine Bedingung verwendet.

options
FileRequestOptions

Ein FileRequestOptions-Objekt, das zusätzliche Optionen für die Anforderung angibt.

operationContext
OperationContext

Ein OperationContext-Objekt, das den Kontext für den aktuellen Vorgang darstellt.

Gibt zurück

Eine aufzählbare Auflistung von Bereichen.

Attribute

Gilt für: