CloudFileDirectory.CloseHandleSegmented Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
CloseHandleSegmented(UInt64, FileContinuationToken, Nullable<Boolean>, AccessCondition, FileRequestOptions, OperationContext) |
Schließt das angegebene SMB-Handle für dieses Verzeichnis. |
CloseHandleSegmented(String, FileContinuationToken, Nullable<Boolean>, AccessCondition, FileRequestOptions, OperationContext) |
Schließt das angegebene SMB-Handle für dieses Verzeichnis. |
CloseHandleSegmented(UInt64, FileContinuationToken, Nullable<Boolean>, AccessCondition, FileRequestOptions, OperationContext)
Schließt das angegebene SMB-Handle für dieses Verzeichnis.
[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual Microsoft.Azure.Storage.File.CloseFileHandleResultSegment CloseHandleSegmented (ulong handleId, Microsoft.Azure.Storage.File.FileContinuationToken token = default, bool? recursive = 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 CloseHandleSegmented : uint64 * Microsoft.Azure.Storage.File.FileContinuationToken * Nullable<bool> * Microsoft.Azure.Storage.AccessCondition * Microsoft.Azure.Storage.File.FileRequestOptions * Microsoft.Azure.Storage.OperationContext -> Microsoft.Azure.Storage.File.CloseFileHandleResultSegment
override this.CloseHandleSegmented : uint64 * Microsoft.Azure.Storage.File.FileContinuationToken * Nullable<bool> * Microsoft.Azure.Storage.AccessCondition * Microsoft.Azure.Storage.File.FileRequestOptions * Microsoft.Azure.Storage.OperationContext -> Microsoft.Azure.Storage.File.CloseFileHandleResultSegment
Public Overridable Function CloseHandleSegmented (handleId As ULong, Optional token As FileContinuationToken = Nothing, Optional recursive As Nullable(Of Boolean) = Nothing, Optional accessCondition As AccessCondition = Nothing, Optional options As FileRequestOptions = Nothing, Optional operationContext As OperationContext = Nothing) As CloseFileHandleResultSegment
Parameter
- handleId
- UInt64
ID des Handles.
- token
- FileContinuationToken
Fortsetzungstoken für beim Schließen des Handles erfordert mehrere Dienstaufrufe.
Gibt an, ob die Unterdateien und Ordner dieses Verzeichnisses wiederholt werden sollen. Ein fehlender Wert wird als false interpretiert.
- 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
- Attribute
Gilt für:
CloseHandleSegmented(String, FileContinuationToken, Nullable<Boolean>, AccessCondition, FileRequestOptions, OperationContext)
Schließt das angegebene SMB-Handle für dieses Verzeichnis.
[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual Microsoft.Azure.Storage.File.CloseFileHandleResultSegment CloseHandleSegmented (string handleId, Microsoft.Azure.Storage.File.FileContinuationToken token = default, bool? recursive = 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 CloseHandleSegmented : string * Microsoft.Azure.Storage.File.FileContinuationToken * Nullable<bool> * Microsoft.Azure.Storage.AccessCondition * Microsoft.Azure.Storage.File.FileRequestOptions * Microsoft.Azure.Storage.OperationContext -> Microsoft.Azure.Storage.File.CloseFileHandleResultSegment
override this.CloseHandleSegmented : string * Microsoft.Azure.Storage.File.FileContinuationToken * Nullable<bool> * Microsoft.Azure.Storage.AccessCondition * Microsoft.Azure.Storage.File.FileRequestOptions * Microsoft.Azure.Storage.OperationContext -> Microsoft.Azure.Storage.File.CloseFileHandleResultSegment
Public Overridable Function CloseHandleSegmented (handleId As String, Optional token As FileContinuationToken = Nothing, Optional recursive As Nullable(Of Boolean) = Nothing, Optional accessCondition As AccessCondition = Nothing, Optional options As FileRequestOptions = Nothing, Optional operationContext As OperationContext = Nothing) As CloseFileHandleResultSegment
Parameter
- handleId
- String
ID des Handles, "*", wenn alle Handles für die Datei ausgeführt werden.
- token
- FileContinuationToken
Fortsetzungstoken für beim Schließen des Handles erfordert mehrere Dienstaufrufe.
Gibt an, ob die Unterdateien und Ordner dieses Verzeichnisses wiederholt werden sollen. Ein fehlender Wert wird als false interpretiert.
- 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
- Attribute
Gilt für:
Azure SDK for .NET