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