struktur DS_REPL_QUEUE_STATISTICSW (ntdsapi.h)
Struktur DS_REPL_QUEUE_STATISTICSW digunakan untuk berisi statistik antrean replikasi.
Dicadangkan. Dapatkan data ini menggunakan struktur DS_REPL_QUEUE_STATISTICSW_BLOB dengan fungsi Lightweight Directory Access Protocol API untuk mendapatkan data biner untuk atribut msDS-ReplQueueStatistics .
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;
ftimeCurrentOpStarted
Berisi struktur FILETIME yang berisi tanggal dan waktu operasi yang sedang berjalan dimulai.
cNumPendingOps
Berisi jumlah operasi yang saat ini tertunda.
ftimeOldestSync
Berisi struktur FILETIME yang berisi tanggal dan waktu operasi sinkronisasi terlama.
ftimeOldestAdd
Berisi struktur FILETIME yang berisi tanggal dan waktu operasi penambahan terlama.
ftimeOldestMod
Berisi struktur FILETIME yang berisi tanggal dan waktu operasi modifikasi terlama.
ftimeOldestDel
Berisi struktur FILETIME yang berisi tanggal dan waktu operasi penghapusan terlama.
ftimeOldestUpdRefs
Berisi struktur FILETIME yang berisi tanggal dan waktu operasi pembaruan referensi terlama.
DS_REPL_QUEUE_STATISTICSW_BLOB adalah alias untuk struktur ini.
Persyaratan | Nilai |
---|---|
Klien minimum yang didukung | Windows Vista |
Server minimum yang didukung | Windows Server 2008 |
Header | ntdsapi.h |