Table of Contents

Class ActiveDirectoryDfsReplicationConnection

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Represents an Active Directory distributed file system (DFS) replication connection.

public class ActiveDirectoryDfsReplicationConnection : GlobalSerializableClassicBase, IComparable<ActiveDirectoryDfsReplicationConnection>
Inheritance
ActiveDirectoryDfsReplicationConnection
Implements

Constructors

ActiveDirectoryDfsReplicationConnection()

Initializes a new instance of the CENTREL.XIA.Configuration.Types.ActiveDirectoryDfsReplicationConnection class.

public ActiveDirectoryDfsReplicationConnection()

Properties

DisplayName

Gets the display name of the connection.

[Browsable(false)]
public string DisplayName { get; }

Property Value

string

Identifier

Gets or sets the unique identifier of the replication connection.

public Guid Identifier { get; set; }

Property Value

Guid

IsCrossFileRdcEnabled

Gets or sets whether cross-file remote differential compression (RDC) is enabled.

public BooleanOption IsCrossFileRdcEnabled { get; set; }

Property Value

BooleanOption

IsEnabled

Gets or sets whether the connection is enabled.

public BooleanOption IsEnabled { get; set; }

Property Value

BooleanOption

IsRdcEnabled

Gets or sets whether remote differential compression (RDC) is enabled.

public BooleanOption IsRdcEnabled { get; set; }

Property Value

BooleanOption

Keywords

Gets or sets the keywords for the connection.

public string Keywords { get; set; }

Property Value

string

MinimumRdcFileSize

Gets or sets the minimum file size for RDC to apply in kilobytes.

public long MinimumRdcFileSize { get; set; }

Property Value

long

ReceivingMemberName

Gets or sets the receiving member name.

public string ReceivingMemberName { get; set; }

Property Value

string

Schedule

Gets or sets the replication schedule.

public ActiveDirectoryDfsReplicationSchedule Schedule { get; set; }

Property Value

ActiveDirectoryDfsReplicationSchedule

SendingMemberName

Gets or sets the sending member name.

public string SendingMemberName { get; set; }

Property Value

string

State

Gets or sets the state of the replication connection.

public ActiveDirectoryDfsReplicationState State { get; set; }

Property Value

ActiveDirectoryDfsReplicationState

Methods

Clone()

Creates a clone of this CENTREL.XIA.Configuration.Types.ActiveDirectoryDfsReplicationConnection object.

public ActiveDirectoryDfsReplicationConnection Clone()

Returns

ActiveDirectoryDfsReplicationConnection

A clone of this CENTREL.XIA.Configuration.Types.ActiveDirectoryDfsReplicationConnection object.

CompareTo(ActiveDirectoryDfsReplicationConnection)

Compares two CENTREL.XIA.Configuration.Types.ActiveDirectoryDfsReplicationConnection objects to allow sorting alphabetically by sending and receiving member names.

public int CompareTo(ActiveDirectoryDfsReplicationConnection other)

Parameters

other ActiveDirectoryDfsReplicationConnection

The CENTREL.XIA.Configuration.Types.ActiveDirectoryDfsReplicationConnection object to compare to.

Returns

int

The sort order of the two CENTREL.XIA.Configuration.Types.ActiveDirectoryDfsReplicationConnection objects.

ToString()

Returns the replication connection as a human readable string.

public override string ToString()

Returns

string

The replication connection as a human readable string.