BlobContainer.Metadata Interface
Metadata about the use of a container so that:
- administrators can understand why a container exists for assigning RBAC permissions appropriately
- usage reports can aggregate types of containers
- applications can identify their containers
- applications can store properties about their containers
Properties
| Name | Type | Description | |
|---|---|---|---|
| containerType | string | The machine-readable string that describes what the container is being used for (e.g. | |
| description | string | undefined | Optional human-readable explanation of the information held in the container. | |
| json | SettingsContainer | undefined | optional properties for the container | |
| label | string | Human-readable name for the container. | 
Defined in
Last Updated: 24 June, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.