Freigeben über


PaxosTagCStruct-Struktur (resapi.h)

Enthält die Paxos-Tagwerte eines Clusterknotens, in dem Informationen zur Clusterkonfigurationsversion des Knotens gespeichert werden, wenn der Cluster einen Dateifreigabezeugen verwendet.

Syntax

typedef struct _PaxosTagCStruct {
  unsigned __int64 __padding__PaxosTagVtable;
  unsigned __int64 __padding__NextEpochVtable;
  unsigned __int64 __padding__NextEpoch_DateTimeVtable;
  unsigned __int64 NextEpoch_DateTime_ticks;
  int              NextEpoch_Value;
  DWORD            __padding__BoundryNextEpoch;
  unsigned __int64 __padding__EpochVtable;
  unsigned __int64 __padding__Epoch_DateTimeVtable;
  unsigned __int64 Epoch_DateTime_ticks;
  int              Epoch_Value;
  DWORD            __padding__BoundryEpoch;
  int              Sequence;
  DWORD            __padding__BoundrySequence;
} PaxosTagCStruct, *PPaxosTagCStruct;

Member

__padding__PaxosTagVtable

TBD

__padding__NextEpochVtable

TBD

__padding__NextEpoch_DateTimeVtable

TBD

NextEpoch_DateTime_ticks

TBD

NextEpoch_Value

Die nächste Epoche der Clusterkonfiguration.

__padding__BoundryNextEpoch

TBD

__padding__EpochVtable

TBD

__padding__Epoch_DateTimeVtable

TBD

Epoch_DateTime_ticks

TBD

Epoch_Value

Die Epoche der Clusterkonfiguration.

__padding__BoundryEpoch

TBD

Sequence

Die Reihenfolge der Clusterkonfiguration.

__padding__BoundrySequence

TBD

Anforderungen

Anforderung Wert
Unterstützte Mindestversion (Client) Nicht unterstützt
Unterstützte Mindestversion (Server) Windows Server 2016
Kopfzeile resapi.h

Weitere Informationen

ResUtilLeftPaxosIsLessThanRight

ResUtilPaxosComparer

Ressourcen-DLL-Strukturen

WitnessTagHelper

WitnessTagUpdateHelper