BlobEndpointImpl
Endpoint for a binary blob that can be downloaded or uploaded.
Parameters
The endpoint used to navigate to this one.
The URI of this endpoint relative to the referrer's. Add a ./ prefix here to imply a trailing slash on referrer's URI.
Properties
Indicates whether the server has specified that deleting is currently allowed.
Indicates whether the server has specified that downloading is currently allowed.
Indicates whether the server has specified that uploading is currently allowed.
Functions
Deserializes an entity using the first serializer that supports the body's content type.
Retrieves a link template with a specific relation type.
Registers one or more default links for a specific relation type.
Registers a default link template for a specific relation type.
Uploads content as the blob's content from a file.
Uploads data as the blob's content from an input stream.