Dela via


BlobHttpResponseParsers Class

Definition

Provides a set of methods for parsing a response containing blob data from the Blob service.

public static class BlobHttpResponseParsers
type BlobHttpResponseParsers = class
Public Class BlobHttpResponseParsers
Inheritance
BlobHttpResponseParsers

Methods

GetCopyAttributes(HttpResponseMessage)

Extracts a CopyState object from the headers of a web response.

GetDeletionStatus(String)

Determines if a blob has been deleted.

GetIncrementalCopyStatus(String)

Determines if a blob in an incremental copy.

GetLeaseDuration(HttpResponseMessage)

Extracts the lease duration from a web response.

GetLeaseId(HttpResponseMessage)

Extracts the lease ID header from a web response.

GetLeaseState(HttpResponseMessage)

Extracts the lease state from a web response.

GetLeaseStatus(HttpResponseMessage)

Extracts the lease status from a web response.

GetMetadata(HttpResponseMessage)

Gets the user-defined metadata.

GetProperties(HttpResponseMessage)

Gets the blob's properties from the response.

GetRemainingLeaseTime(HttpResponseMessage)

Extracts the remaining lease time from a web response.

GetServerEncrypted(String)

Determines if a blob is listed as server-side encypted.

GetSnapshotTime(HttpResponseMessage)

Gets the snapshot timestamp from the response.

ReadAccountProperties(HttpResponseMessage)

Reads account properties from an HttpResponseMessage object.

ReadServicePropertiesAsync(Stream, CancellationToken)

Reads service properties from a stream.

ReadServiceStatsAsync(Stream, CancellationToken)

Reads service stats from a stream.

Applies to