Share via


CloudPageBlob.UploadFromStream Methode

Definition

Überlädt

UploadFromStream(Stream, Int64, Nullable<PremiumPageBlobTier>, AccessCondition, BlobRequestOptions, OperationContext)

Lädt einen Datenstrom in ein Seitenblob hoch. Wenn das Blob bereits vorhanden ist, wird es überschrieben.

UploadFromStream(Stream, Nullable<PremiumPageBlobTier>, AccessCondition, BlobRequestOptions, OperationContext)

Lädt einen Datenstrom in ein Seitenblob hoch. Wenn das Blob bereits vorhanden ist, wird es überschrieben.

UploadFromStream(Stream, AccessCondition, BlobRequestOptions, OperationContext)

Lädt einen Datenstrom in ein Seitenblob hoch. Wenn das Blob bereits vorhanden ist, wird es überschrieben.

UploadFromStream(Stream, Int64, AccessCondition, BlobRequestOptions, OperationContext)

Lädt einen Datenstrom in ein Seitenblob hoch. Wenn das Blob bereits vorhanden ist, wird es überschrieben.

UploadFromStream(Stream, Int64, Nullable<PremiumPageBlobTier>, AccessCondition, BlobRequestOptions, OperationContext)

Lädt einen Datenstrom in ein Seitenblob hoch. Wenn das Blob bereits vorhanden ist, wird es überschrieben.

[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual void UploadFromStream (System.IO.Stream source, long length, Microsoft.Azure.Storage.Blob.PremiumPageBlobTier? premiumPageBlobTier, Microsoft.Azure.Storage.AccessCondition accessCondition = default, Microsoft.Azure.Storage.Blob.BlobRequestOptions options = default, Microsoft.Azure.Storage.OperationContext operationContext = default);
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member UploadFromStream : System.IO.Stream * int64 * Nullable<Microsoft.Azure.Storage.Blob.PremiumPageBlobTier> * Microsoft.Azure.Storage.AccessCondition * Microsoft.Azure.Storage.Blob.BlobRequestOptions * Microsoft.Azure.Storage.OperationContext -> unit
override this.UploadFromStream : System.IO.Stream * int64 * Nullable<Microsoft.Azure.Storage.Blob.PremiumPageBlobTier> * Microsoft.Azure.Storage.AccessCondition * Microsoft.Azure.Storage.Blob.BlobRequestOptions * Microsoft.Azure.Storage.OperationContext -> unit
Public Overridable Sub UploadFromStream (source As Stream, length As Long, premiumPageBlobTier As Nullable(Of PremiumPageBlobTier), Optional accessCondition As AccessCondition = Nothing, Optional options As BlobRequestOptions = Nothing, Optional operationContext As OperationContext = Nothing)

Parameter

source
Stream

Ein Stream Objekt, das den Blobinhalt bereitstellt.

length
Int64

Die Anzahl der aus dem Quelldatenstrom an der aktuellen Position zu schreibenden Bytes.

premiumPageBlobTier
Nullable<PremiumPageBlobTier>

Ein PremiumPageBlobTier , der die festzulegende Ebene darstellt.

accessCondition
AccessCondition

Ein AccessCondition-Objekt, das die Bedingung darstellt, die erfüllt werden muss, damit die Anforderung fortgesetzt werden kann. Wenn null, wird keine Bedingung verwendet.

options
BlobRequestOptions

Ein BlobRequestOptions-Objekt, das zusätzliche Optionen für die Anforderung angibt. Wenn null, werden standardoptionen auf die Anforderung angewendet.

operationContext
OperationContext

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

Attribute

Gilt für:

UploadFromStream(Stream, Nullable<PremiumPageBlobTier>, AccessCondition, BlobRequestOptions, OperationContext)

Lädt einen Datenstrom in ein Seitenblob hoch. Wenn das Blob bereits vorhanden ist, wird es überschrieben.

[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual void UploadFromStream (System.IO.Stream source, Microsoft.Azure.Storage.Blob.PremiumPageBlobTier? premiumPageBlobTier, Microsoft.Azure.Storage.AccessCondition accessCondition = default, Microsoft.Azure.Storage.Blob.BlobRequestOptions options = default, Microsoft.Azure.Storage.OperationContext operationContext = default);
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member UploadFromStream : System.IO.Stream * Nullable<Microsoft.Azure.Storage.Blob.PremiumPageBlobTier> * Microsoft.Azure.Storage.AccessCondition * Microsoft.Azure.Storage.Blob.BlobRequestOptions * Microsoft.Azure.Storage.OperationContext -> unit
override this.UploadFromStream : System.IO.Stream * Nullable<Microsoft.Azure.Storage.Blob.PremiumPageBlobTier> * Microsoft.Azure.Storage.AccessCondition * Microsoft.Azure.Storage.Blob.BlobRequestOptions * Microsoft.Azure.Storage.OperationContext -> unit
Public Overridable Sub UploadFromStream (source As Stream, premiumPageBlobTier As Nullable(Of PremiumPageBlobTier), Optional accessCondition As AccessCondition = Nothing, Optional options As BlobRequestOptions = Nothing, Optional operationContext As OperationContext = Nothing)

Parameter

source
Stream

Ein Stream Objekt, das den Blobinhalt bereitstellt.

premiumPageBlobTier
Nullable<PremiumPageBlobTier>

Ein PremiumPageBlobTier , der die festzulegende Ebene darstellt.

accessCondition
AccessCondition

Ein AccessCondition-Objekt, das die Bedingung darstellt, die erfüllt werden muss, damit die Anforderung fortgesetzt werden kann. Wenn null, wird keine Bedingung verwendet.

options
BlobRequestOptions

Ein BlobRequestOptions-Objekt, das zusätzliche Optionen für die Anforderung angibt. Wenn null, werden standardoptionen auf die Anforderung angewendet.

operationContext
OperationContext

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

Attribute

Gilt für:

UploadFromStream(Stream, AccessCondition, BlobRequestOptions, OperationContext)

Lädt einen Datenstrom in ein Seitenblob hoch. Wenn das Blob bereits vorhanden ist, wird es überschrieben.

[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual void UploadFromStream (System.IO.Stream source, Microsoft.Azure.Storage.AccessCondition accessCondition = default, Microsoft.Azure.Storage.Blob.BlobRequestOptions options = default, Microsoft.Azure.Storage.OperationContext operationContext = default);
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member UploadFromStream : System.IO.Stream * Microsoft.Azure.Storage.AccessCondition * Microsoft.Azure.Storage.Blob.BlobRequestOptions * Microsoft.Azure.Storage.OperationContext -> unit
override this.UploadFromStream : System.IO.Stream * Microsoft.Azure.Storage.AccessCondition * Microsoft.Azure.Storage.Blob.BlobRequestOptions * Microsoft.Azure.Storage.OperationContext -> unit
Public Overridable Sub UploadFromStream (source As Stream, Optional accessCondition As AccessCondition = Nothing, Optional options As BlobRequestOptions = Nothing, Optional operationContext As OperationContext = Nothing)

Parameter

source
Stream

Ein Stream Objekt, das den Blobinhalt bereitstellt.

accessCondition
AccessCondition

Ein AccessCondition-Objekt, das die Bedingung darstellt, die erfüllt werden muss, damit die Anforderung fortgesetzt werden kann. Wenn null, wird keine Bedingung verwendet.

options
BlobRequestOptions

Ein BlobRequestOptions-Objekt, das zusätzliche Optionen für die Anforderung angibt. Wenn null, werden standardoptionen auf die Anforderung angewendet.

operationContext
OperationContext

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

Implementiert

Attribute

Gilt für:

UploadFromStream(Stream, Int64, AccessCondition, BlobRequestOptions, OperationContext)

Lädt einen Datenstrom in ein Seitenblob hoch. Wenn das Blob bereits vorhanden ist, wird es überschrieben.

[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual void UploadFromStream (System.IO.Stream source, long length, Microsoft.Azure.Storage.AccessCondition accessCondition = default, Microsoft.Azure.Storage.Blob.BlobRequestOptions options = default, Microsoft.Azure.Storage.OperationContext operationContext = default);
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member UploadFromStream : System.IO.Stream * int64 * Microsoft.Azure.Storage.AccessCondition * Microsoft.Azure.Storage.Blob.BlobRequestOptions * Microsoft.Azure.Storage.OperationContext -> unit
override this.UploadFromStream : System.IO.Stream * int64 * Microsoft.Azure.Storage.AccessCondition * Microsoft.Azure.Storage.Blob.BlobRequestOptions * Microsoft.Azure.Storage.OperationContext -> unit
Public Overridable Sub UploadFromStream (source As Stream, length As Long, Optional accessCondition As AccessCondition = Nothing, Optional options As BlobRequestOptions = Nothing, Optional operationContext As OperationContext = Nothing)

Parameter

source
Stream

Ein Stream Objekt, das den Blobinhalt bereitstellt.

length
Int64

Die Anzahl der aus dem Quelldatenstrom an der aktuellen Position zu schreibenden Bytes.

accessCondition
AccessCondition

Ein AccessCondition-Objekt, das die Bedingung darstellt, die erfüllt werden muss, damit die Anforderung fortgesetzt werden kann. Wenn null, wird keine Bedingung verwendet.

options
BlobRequestOptions

Ein BlobRequestOptions-Objekt, das zusätzliche Optionen für die Anforderung angibt. Wenn null, werden standardoptionen auf die Anforderung angewendet.

operationContext
OperationContext

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

Implementiert

Attribute

Gilt für: