Class ActiveDirectoryDfsReplicationMembership
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents an Active Directory distributed file system (DFS) replication group membership.
public class ActiveDirectoryDfsReplicationMembership : GlobalSerializableClassicBase, IComparable<ActiveDirectoryDfsReplicationMembership>
- Inheritance
-
ActiveDirectoryDfsReplicationMembership
- Implements
Constructors
ActiveDirectoryDfsReplicationMembership()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.ActiveDirectoryDfsReplicationMembership class.
public ActiveDirectoryDfsReplicationMembership()
Properties
ConflictDeletedPath
Gets or sets the conflict and deleted path.
public string ConflictDeletedPath { get; set; }
Property Value
ConflictDeletedQuota
Gets or sets the conflict and deleted quota in megabytes.
public long ConflictDeletedQuota { get; set; }
Property Value
DisplayName
Gets or sets the display name of the membership.
public string DisplayName { get; set; }
Property Value
FolderName
Gets or sets the name of the folder being replicated.
public string FolderName { get; set; }
Property Value
Identifier
Gets or sets the identifier of the replication group membership.
public Guid Identifier { get; set; }
Property Value
IsEnabled
Gets or sets whether the membership is enabled.
public BooleanOption IsEnabled { get; set; }
Property Value
IsPrimaryMember
Gets or sets whether this is the primary member.
public BooleanOption IsPrimaryMember { get; set; }
Property Value
IsReadOnly
Gets or sets whether the membership is read-only.
public BooleanOption IsReadOnly { get; set; }
Property Value
LocalPath
Gets or sets the local content path.
public string LocalPath { get; set; }
Property Value
LocalPathString
Gets the local content path.
public string LocalPathString { get; set; }
Property Value
MemberIdentifier
Gets or sets the unique identifier of the replication group member.
public Guid MemberIdentifier { get; set; }
Property Value
MemberName
Gets or sets the NetBIOS name of the replication group member.
public string MemberName { get; set; }
Property Value
MinimumFileStagingSize
Gets or sets the minimum file staging size.
public ActiveDirectoryDfsReplicationMinimumFileStagingSize MinimumFileStagingSize { get; set; }
Property Value
MoveDeletedFiles
Gets or sets whether to move deleted files to the conflict and deleted folder.
public BooleanOption MoveDeletedFiles { get; set; }
Property Value
NamespacePath
Gets or sets the namespace path for the membership.
public string NamespacePath { get; set; }
Property Value
StagingPath
Gets or sets the staging path.
public string StagingPath { get; set; }
Property Value
StagingQuota
Gets or sets the staging quota in megabytes.
public long StagingQuota { get; set; }
Property Value
State
Gets or sets the state of the replication group membership.
public ActiveDirectoryDfsReplicationState State { get; set; }
Property Value
Methods
Clone()
Creates a clone of this CENTREL.XIA.Configuration.Types.ActiveDirectoryDfsReplicationMembership object.
public ActiveDirectoryDfsReplicationMembership Clone()
Returns
- ActiveDirectoryDfsReplicationMembership
A clone of this CENTREL.XIA.Configuration.Types.ActiveDirectoryDfsReplicationMembership object.
CompareTo(ActiveDirectoryDfsReplicationMembership)
Compares two CENTREL.XIA.Configuration.Types.ActiveDirectoryDfsReplicationMembership objects to allow sorting alphabetically by folder name.
public int CompareTo(ActiveDirectoryDfsReplicationMembership other)
Parameters
other
ActiveDirectoryDfsReplicationMembershipThe CENTREL.XIA.Configuration.Types.ActiveDirectoryDfsReplicationMembership object to compare to.
Returns
- int
The sort order of the two CENTREL.XIA.Configuration.Types.ActiveDirectoryDfsReplicationMembership objects.
ToString()
Returns the folder name.
public override string ToString()
Returns
- string
The folder name.