reactionsFacet resource type
Namespace: microsoft.graph
Fornece contagens de reações do utilizador (gostos, comentários e partilhas).
Propriedades
Propriedade | Tipo | Descrição |
---|---|---|
commentCount | Int32 | Contagem de comentários. |
likeCount | Int32 | Contagem de gostos. |
shareCount | Int32 | Contagem de partilhas. |
Relações
Nenhum
Representação JSON
A representação JSON seguinte mostra o tipo de recurso.
{
"@odata.type": "#microsoft.graph.reactionsFacet",
"likeCount": "Integer",
"commentCount": "Integer",
"shareCount": "Integer"
}