Click or drag to resize

IHoarderDocument Properties

The IHoarderDocument type exposes the following members.

Properties
 NameDescription
Public propertyid The primary key Id of a document. Note that the property name is lower-case because there is currently no attribute that can map a property name of 'Id' to the mandatory Cosmos DB document primary key property name of 'id'.
Public propertyPk The partition key is always the fixed value "P1".
Public propertyType The type discriminator of the database document.
Top
See Also