API Reference
Class
SysvolDfsrInfo
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}
- StagingBacklogFileCount System.Nullable{System.Int64}
- GroupName System.String = null
- ReplicatedFolderName System.String = null
- State System.Nullable{ADPlayground.Gpo.Enums.DfsrReplicationState} = null
- PrimaryMember System.Nullable{System.Boolean} = null
- CurrentStageSizeInMb System.Nullable{System.Int64} = null
- CurrentConflictSizeInMb System.Nullable{System.Int64} = null
- LastErrorCode System.Nullable{System.Int32} = null
- UpdatesNotTransferred System.Nullable{System.Int32} = null
- UpdatesToBeTransferred System.Nullable{System.Int32} = null
Methods
public SysvolDfsrInfo <Clone>$() #Returns:
SysvolDfsrInfopublic 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:
VoidParameters
- BacklogFileCount Nullable<Int64>
- StagingBacklogFileCount Nullable<Int64>
- GroupName String
- ReplicatedFolderName String
- State Nullable<DfsrReplicationState>
- PrimaryMember Nullable<Boolean>
- CurrentStageSizeInMb Nullable<Int64>
- CurrentConflictSizeInMb Nullable<Int64>
- LastErrorCode Nullable<Int32>
- UpdatesNotTransferred Nullable<Int32>
- UpdatesToBeTransferred Nullable<Int32>
public override Int32 GetHashCode() #Returns:
Int32public override String ToString() #Returns:
StringInherited Methods
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; } #