{% extends "layout.html" %} {% block content %}

Blobs

{% for blob in model.blobs %} {% endfor %}
Name Blob Type Length Type Encoding Language MD5 Modified SAS URL*
{{blob.name}} {{blob.properties.blob_type}} {{blob.properties.content_length}} {{blob.properties.content_type}} {{blob.properties.content_encoding}} {{blob.properties.content_language}} {{blob.properties.content_hex_md5}} {{blob.properties.last_modified}} Link

* SAS URL is valid until {{model.sas_policy.access_policy.expiry}}.

{% endblock %}