-
Notifications
You must be signed in to change notification settings - Fork 334
Open
Labels
StorageStorage Service (Queues, Blobs, Files)Storage Service (Queues, Blobs, Files)customer-reportedIssues that are reported by GitHub users external to the Azure organization.Issues that are reported by GitHub users external to the Azure organization.needs-team-triageWorkflow: This issue needs the team to triage.Workflow: This issue needs the team to triage.questionThe issue doesn't require a change to the product in order to be resolved. Most issues start as thatThe issue doesn't require a change to the product in order to be resolved. Most issues start as that
Milestone
Description
Feature Summary
BlobClientDownloadResultHeaders::content_type()
Feature Description
BlockBlobClientUploadOptions contains a blob_content_type: Option<String> which states
Optional. Sets the blob’s content type. If specified, this property is stored with the blob and returned with a read request.
But since it is missing from the BlobClientDownloadResultHeaders trait (and its siblings) it is tricky to access.
Use Case
Reading the content type of a blob retrieved from BlobClient::download()
Alternatives
No response
Additional Context
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
StorageStorage Service (Queues, Blobs, Files)Storage Service (Queues, Blobs, Files)customer-reportedIssues that are reported by GitHub users external to the Azure organization.Issues that are reported by GitHub users external to the Azure organization.needs-team-triageWorkflow: This issue needs the team to triage.Workflow: This issue needs the team to triage.questionThe issue doesn't require a change to the product in order to be resolved. Most issues start as thatThe issue doesn't require a change to the product in order to be resolved. Most issues start as that
Type
Projects
Status
Untriaged