Skip to content

Latest commit

 

History

History
45 lines (38 loc) · 6.19 KB

File metadata and controls

45 lines (38 loc) · 6.19 KB
title ms.reviewer ms.author author manager ms.date audience ms.topic ms.prod f1.keywords localization_priority ms.assetid description ms.openlocfilehash ms.sourcegitcommit ms.translationtype ms.contentlocale ms.lasthandoff ms.locfileid
tblComplianceParticipant
v-cichur
cichur
serdars
3/9/2015
ITPro
article
skype-for-business-itpro
NOCSH
Normal
5d7e0dea-74f7-46d1-badf-b94abc8f066d
La tabla tblComplianceParticipant contiene los participantes actuales por canal y por servidor.
c6aae3c1e7b13456708034512c6b68d67d6d1f92
c528fad9db719f3fa96dc3fa99332a349cd9d317
MT
es-ES
01/12/2021
49809750

tblComplianceParticipanttblComplianceParticipant

La tabla tblComplianceParticipant contiene los participantes actuales por canal y por servidor.tblComplianceParticipant contains the current participants per channel and per server.

ColumnsColumns

ColumnaColumn TipoType DescripciónDescription
channelUrichannelUri
nvarchar (255), no NULLnvarchar (255), not null
Identificador uniforme de recursos (URI) del canal.Channel Uniform Resource Identifier (URI).
userIduserId
int, no NULLint, not null
Identificador de la entidad de seguridad del participante (correspondiente a la tabla tblPrincipal.prinID).Principal ID of the participant (corresponding to tblPrincipal.prinID table).
joinedAtjoinedAt
bigint, no NULLbigint, not null
Marca de tiempo del evento participante.Time stamp of the joining event.
partedAtpartedAt
bigintbigint
Nulo si el participante aún está participando. La marca de tiempo del canal que abandona el evento si no es nulo.Null if participant is still joined. The time stamp of the channel leaving event if not null.
Estas entradas se quitan finalmente cuando todos los traductores procesan el evento.These entries are eventually removed when all translators process the event.
userUriuserUri
nvarchar(255), no NULLnvarchar(255), not null
URI del usuario.User URI.
serverIDserverID
enteroint
Identidad del servidor (como en la tabla tblServerIdentity.serverID).Server identity (as in tblServerIdentity.serverID table).
sessionIdsessionId
bigintbigint
Sesión del servidor. Es un número aleatorio que se genera cada vez que se inicia un servicio de chat. Sirve para diferenciar las sesiones con el fin de identificar a los participantes huérfanos.Server session. This is a random number generated each time a Chat service starts. It is used to differentiate sessions for the purpose of identifying orphaned participants.

ClaveKey

ColumnaColumn DescripciónDescription
<channelUri, userId, joinedAt>
Clave principal.Primary key.