Udostępnij za pośrednictwem


BlobHttpResponseParsers.GetDeletionStatus(String) Method

Definition

Determines if a blob has been deleted.

public static bool GetDeletionStatus (string deletedHeader);
static member GetDeletionStatus : string -> bool
Public Shared Function GetDeletionStatus (deletedHeader As String) As Boolean

Parameters

deletedHeader
String

String giving the deletion status of the blob

Returns

true if blob has been deleted or false if not.

Applies to