IMediaResponse
Interface
Definition
Captures the APIs for responses associated with media resource in the Azure DocumentDB database service. Interface exposed for mocking purposes.
public interface IMediaResponse
- Derived
Properties
| ActivityId |
Gets the Activity ID for the request associated with the media resource in the Azure DocumentDB database service. |
| ContentLength |
Gets the HTTP ContentLength header value for the response associated with the media resource in the Azure DocumentDB database service. |
| ContentType |
Gets the HTTP ContentType header value for the response associated with the media resource in the Azure DocumentDB database service. |
| CurrentMediaStorageUsageInMB |
Gets the current attachment content (media) usage in megabytes for the media resource in the Azure DocumentDB database service. |
| MaxMediaStorageUsageInMB |
Gets the attachment content (media) storage quota in megabytes for the media resource in the Azure DocumentDB database service. Retrieved from gateway. |
| Media |
Gets the attachment content stream for the media resource in the Azure DocumentDB database service. |
| ResponseHeaders |
Gets the headers associated with the response associated with the media resource in the Azure DocumentDB database service. |
| Slug |
Gets the HTTP slug header value for the response associcated with the media resource in the Azure DocumentDB database service. |