AttributesContainer interface
Stores a set of named profile attributes.
attributes | The attributes stored by the container. |
container |
The name of the container. |
revision | The maximum revision number of any attribute within the container. |
The attributes stored by the container.
attributes: {[key: string]: ProfileAttribute}
Property Value
{[key: string]: ProfileAttribute}
The name of the container.
containerName: string
Property Value
string
The maximum revision number of any attribute within the container.
revision: number
Property Value
number