Configuration |
The Configuration2 type exposes the following members.
| Name | Description | |
|---|---|---|
| ActorGroups | An array of child documents describing named groups of actors. | |
| Actors | An array of child documents describing registered actors (people or things appearing in pictures). | |
| Genres | An array of child documents describing registered genres. | |
| id | The primary key Id of the configuration document is the hard-coded value "Configuration2". Note that lower-case name is required to allow simple serialization to a Cosmos DB document. | |
| LastSaveTime | The UTC time the configuration document was last saved. | |
| Locations | An array of child documents describing registered locations. | |
| Medias | An array of child documents describing registered media. | |
| Owners | An array of child documents describing registered owners. | |
| PictureTypes | An array of child documents describing registered picture types. | |
| Pk | The Partition Key is the fixed value "P1". | |
| Roles | An array of child documents describing registered roles. | |
| Tags | An array of child documents describing registered tags. | |
| Type | Discriminates different types of documents in the database. There are currently only two types: Title document (Type=2) and Configuration document (Type=3). |