Click or drag to resize

IHoarderDocumentid Property

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'.

Namespace: Orthogonal.Hoarder.StdLib.Entity
Assembly: Orthogonal.Hoarder.StdLib (in Orthogonal.Hoarder.StdLib.dll) Version: 8.0.9
Syntax
C#
string id { get; set; }

Property Value

String
See Also