Freigeben über


ICloudBlob.FetchAttributesAsync Methode

Definition

Überlädt

FetchAttributesAsync()

Initiiert einen asynchronen Vorgang, um die Eigenschaften und Metadaten des Blobs aufzufüllen.

FetchAttributesAsync(CancellationToken)

Initiiert einen asynchronen Vorgang, um die Eigenschaften und Metadaten des Blobs aufzufüllen.

FetchAttributesAsync(AccessCondition, BlobRequestOptions, OperationContext)

Initiiert einen asynchronen Vorgang, um die Eigenschaften und Metadaten des Blobs aufzufüllen.

FetchAttributesAsync(AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)

Initiiert einen asynchronen Vorgang, um die Eigenschaften und Metadaten des Blobs aufzufüllen.

FetchAttributesAsync()

Initiiert einen asynchronen Vorgang, um die Eigenschaften und Metadaten des Blobs aufzufüllen.

public System.Threading.Tasks.Task FetchAttributesAsync ();
abstract member FetchAttributesAsync : unit -> System.Threading.Tasks.Task
Public Function FetchAttributesAsync () As Task

Gibt zurück

Ein Task-Objekt, das den asynchronen Vorgang darstellt.

Gilt für:

FetchAttributesAsync(CancellationToken)

Initiiert einen asynchronen Vorgang, um die Eigenschaften und Metadaten des Blobs aufzufüllen.

public System.Threading.Tasks.Task FetchAttributesAsync (System.Threading.CancellationToken cancellationToken);
abstract member FetchAttributesAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Function FetchAttributesAsync (cancellationToken As CancellationToken) As Task

Parameter

cancellationToken
CancellationToken

Ein CancellationToken, das beim Warten auf den Abschluss einer Aufgabe überwacht werden soll.

Gibt zurück

Ein Task-Objekt, das den asynchronen Vorgang darstellt.

Gilt für:

FetchAttributesAsync(AccessCondition, BlobRequestOptions, OperationContext)

Initiiert einen asynchronen Vorgang, um die Eigenschaften und Metadaten des Blobs aufzufüllen.

public System.Threading.Tasks.Task FetchAttributesAsync (Microsoft.Azure.Storage.AccessCondition accessCondition, Microsoft.Azure.Storage.Blob.BlobRequestOptions options, Microsoft.Azure.Storage.OperationContext operationContext);
abstract member FetchAttributesAsync : Microsoft.Azure.Storage.AccessCondition * Microsoft.Azure.Storage.Blob.BlobRequestOptions * Microsoft.Azure.Storage.OperationContext -> System.Threading.Tasks.Task
Public Function FetchAttributesAsync (accessCondition As AccessCondition, options As BlobRequestOptions, operationContext As OperationContext) As Task

Parameter

accessCondition
AccessCondition

Ein AccessCondition-Objekt, das die Bedingung darstellt, die erfüllt werden muss, damit die Anforderung fortgesetzt werden kann.

options
BlobRequestOptions

Ein BlobRequestOptions-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 Task-Objekt, das den asynchronen Vorgang darstellt.

Gilt für:

FetchAttributesAsync(AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)

Initiiert einen asynchronen Vorgang, um die Eigenschaften und Metadaten des Blobs aufzufüllen.

public System.Threading.Tasks.Task FetchAttributesAsync (Microsoft.Azure.Storage.AccessCondition accessCondition, Microsoft.Azure.Storage.Blob.BlobRequestOptions options, Microsoft.Azure.Storage.OperationContext operationContext, System.Threading.CancellationToken cancellationToken);
abstract member FetchAttributesAsync : Microsoft.Azure.Storage.AccessCondition * Microsoft.Azure.Storage.Blob.BlobRequestOptions * Microsoft.Azure.Storage.OperationContext * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Function FetchAttributesAsync (accessCondition As AccessCondition, options As BlobRequestOptions, operationContext As OperationContext, cancellationToken As CancellationToken) As Task

Parameter

accessCondition
AccessCondition

Ein AccessCondition-Objekt, das die Bedingung darstellt, die erfüllt werden muss, damit die Anforderung fortgesetzt werden kann.

options
BlobRequestOptions

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

operationContext
OperationContext

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

cancellationToken
CancellationToken

Ein CancellationToken, das beim Warten auf den Abschluss einer Aufgabe überwacht werden soll.

Gibt zurück

Ein Task-Objekt, das den asynchronen Vorgang darstellt.

Gilt für: