Freigeben über


CloudFile.OpenRead Methode

Definition

Öffnet einen Stream, um Daten aus der Datei zu lesen.

[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual System.IO.Stream OpenRead (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 OpenRead : Microsoft.Azure.Storage.AccessCondition * Microsoft.Azure.Storage.File.FileRequestOptions * Microsoft.Azure.Storage.OperationContext -> System.IO.Stream
override this.OpenRead : Microsoft.Azure.Storage.AccessCondition * Microsoft.Azure.Storage.File.FileRequestOptions * Microsoft.Azure.Storage.OperationContext -> System.IO.Stream
Public Overridable Function OpenRead (Optional accessCondition As AccessCondition = Nothing, Optional options As FileRequestOptions = Nothing, Optional operationContext As OperationContext = Nothing) As Stream

Parameter

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

Ein Stream, der zum Lesen aus der Datei verwendet wird.

Attribute

Hinweise

Für das Stream von dieser Methode zurückgegebene Objekt muss die EndRead(IAsyncResult) Methode für jeden BeginRead(Byte[], Int32, Int32, AsyncCallback, Object) Aufruf genau einmal aufgerufen werden. Wenn ein Lesevorgang nicht beendet wird, bevor ein anderer Lesevorgang beginnt, kann dies zu unbekanntem Verhalten führen.

Gilt für: