TestimoX

API Reference

Class

SysvolDfsrInfo

Namespace ADPlayground.Gpo
Assembly ADPlayground
Implements
IEquatable<SysvolDfsrInfo>
Modifiers sealed

Represents DFSR backlog and staging information.

Inheritance

  • Object
  • SysvolDfsrInfo

Constructors

public SysvolDfsrInfo(Nullable<Int64> BacklogFileCount, Nullable<Int64> StagingBacklogFileCount, String GroupName = null, String ReplicatedFolderName = null, Nullable<DfsrReplicationState> State = null, Nullable<Boolean> PrimaryMember = null, Nullable<Int64> CurrentStageSizeInMb = null, Nullable<Int64> CurrentConflictSizeInMb = null, Nullable<Int32> LastErrorCode = null, Nullable<Int32> UpdatesNotTransferred = null, Nullable<Int32> UpdatesToBeTransferred = null) #

Represents DFSR backlog and staging information.

Parameters

BacklogFileCount System.Nullable{System.Int64} requiredposition: 0
StagingBacklogFileCount System.Nullable{System.Int64} requiredposition: 1
GroupName System.String = null optionalposition: 2
ReplicatedFolderName System.String = null optionalposition: 3
State System.Nullable{ADPlayground.Gpo.Enums.DfsrReplicationState} = null optionalposition: 4
PrimaryMember System.Nullable{System.Boolean} = null optionalposition: 5
CurrentStageSizeInMb System.Nullable{System.Int64} = null optionalposition: 6
CurrentConflictSizeInMb System.Nullable{System.Int64} = null optionalposition: 7
LastErrorCode System.Nullable{System.Int32} = null optionalposition: 8
UpdatesNotTransferred System.Nullable{System.Int32} = null optionalposition: 9
UpdatesToBeTransferred System.Nullable{System.Int32} = null optionalposition: 10

Methods

public SysvolDfsrInfo <Clone>$() #
Returns: SysvolDfsrInfo
public Void Deconstruct(out Nullable<Int64> BacklogFileCount, out Nullable<Int64> StagingBacklogFileCount, out String GroupName, out String ReplicatedFolderName, out Nullable<DfsrReplicationState> State, out Nullable<Boolean> PrimaryMember, out Nullable<Int64> CurrentStageSizeInMb, out Nullable<Int64> CurrentConflictSizeInMb, out Nullable<Int32> LastErrorCode, out Nullable<Int32> UpdatesNotTransferred, out Nullable<Int32> UpdatesToBeTransferred) #
Returns: Void

Parameters

BacklogFileCount Nullable<Int64> requiredposition: 0
StagingBacklogFileCount Nullable<Int64> requiredposition: 1
GroupName String requiredposition: 2
ReplicatedFolderName String requiredposition: 3
State Nullable<DfsrReplicationState> requiredposition: 4
PrimaryMember Nullable<Boolean> requiredposition: 5
CurrentStageSizeInMb Nullable<Int64> requiredposition: 6
CurrentConflictSizeInMb Nullable<Int64> requiredposition: 7
LastErrorCode Nullable<Int32> requiredposition: 8
UpdatesNotTransferred Nullable<Int32> requiredposition: 9
UpdatesToBeTransferred Nullable<Int32> requiredposition: 10
public virtual Boolean Equals(SysvolDfsrInfo other) #
Returns: Boolean

Parameters

obj Object requiredposition: 0
public override Int32 GetHashCode() #
Returns: Int32
public override String ToString() #
Returns: String

Properties

public Nullable<Int64> BacklogFileCount { get; set; } #
public Nullable<Int64> StagingBacklogFileCount { get; set; } #
public String GroupName { get; set; } #
public String ReplicatedFolderName { get; set; } #
public Nullable<DfsrReplicationState> State { get; set; } #
public Nullable<Boolean> PrimaryMember { get; set; } #
public Nullable<Int64> CurrentStageSizeInMb { get; set; } #
public Nullable<Int64> CurrentConflictSizeInMb { get; set; } #
public Nullable<Int32> LastErrorCode { get; set; } #
public Nullable<Int32> UpdatesNotTransferred { get; set; } #
public Nullable<Int32> UpdatesToBeTransferred { get; set; } #