Condividi tramite


struttura DS_REPL_QUEUE_STATISTICSW (ntdsapi.h)

La struttura DS_REPL_QUEUE_STATISTICSW viene usata per contenere le statistiche della coda di replica.

Riservato. Ottenere questi dati usando la struttura DS_REPL_QUEUE_STATISTICSW_BLOB con le funzioni API Lightweight Directory Access Protocol per ottenere dati binari per l'attributo msDS-ReplQueueStatistics .

Sintassi

typedef struct _DS_REPL_QUEUE_STATISTICSW {
  FILETIME ftimeCurrentOpStarted;
  DWORD    cNumPendingOps;
  FILETIME ftimeOldestSync;
  FILETIME ftimeOldestAdd;
  FILETIME ftimeOldestMod;
  FILETIME ftimeOldestDel;
  FILETIME ftimeOldestUpdRefs;
} DS_REPL_QUEUE_STATISTICSW, DS_REPL_QUEUE_STATISTICSW_BLOB;

Members

ftimeCurrentOpStarted

Contiene una struttura FILETIME contenente la data e l'ora di avvio dell'operazione attualmente in esecuzione.

cNumPendingOps

Contiene il numero di operazioni attualmente in sospeso.

ftimeOldestSync

Contiene una struttura FILETIME che contiene la data e l'ora dell'operazione di sincronizzazione meno recente.

ftimeOldestAdd

Contiene una struttura FILETIME che contiene la data e l'ora dell'operazione di aggiunta meno recente.

ftimeOldestMod

Contiene una struttura FILETIME che contiene la data e l'ora dell'operazione di modifica meno recente.

ftimeOldestDel

Contiene una struttura FILETIME che contiene la data e l'ora dell'operazione di eliminazione meno recente.

ftimeOldestUpdRefs

Contiene una struttura FILETIME contenente la data e l'ora dell'operazione di aggiornamento dei riferimenti meno recenti.

Commenti

DS_REPL_QUEUE_STATISTICSW_BLOB è un alias per questa struttura.

Requisiti

Requisito Valore
Client minimo supportato Windows Vista
Server minimo supportato Windows Server 2008
Intestazione ntdsapi.h

Vedi anche

DS_REPL_QUEUE_STATISTICSW_BLOB

FILETIME