Click or drag to resize

Configuration2 Properties

The Configuration2 type exposes the following members.

Properties
 NameDescription
Public propertyActorGroups An array of child documents describing named groups of actors.
Public propertyActors An array of child documents describing registered actors (people or things appearing in pictures).
Public propertyGenres An array of child documents describing registered genres.
Public propertyid 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.
Public propertyLastSaveTime The UTC time the configuration document was last saved.
Public propertyLocations An array of child documents describing registered locations.
Public propertyMedias An array of child documents describing registered media.
Public propertyOwners An array of child documents describing registered owners.
Public propertyPictureTypes An array of child documents describing registered picture types.
Public propertyPk The Partition Key is the fixed value "P1".
Public propertyRoles An array of child documents describing registered roles.
Public propertyTags An array of child documents describing registered tags.
Public propertyType Discriminates different types of documents in the database. There are currently only two types: Title document (Type=2) and Configuration document (Type=3).
Top
See Also