API Reference
LingeringObjectRemovalResult
Represents the outcome of a lingering-object removal operation.
Inheritance
- Object
- LingeringObjectRemovalResult
Constructors
public LingeringObjectRemovalResult() #Inherited Methods
Properties
public LingeringObjectRemovalMethod Method { get; set; } #Gets or sets the backend method that was used.
public LingeringObjectRemovalScopeType ScopeType { get; set; } #Gets or sets whether the operation targeted a single object or a batch.
public String TargetDC { get; set; } #Gets or sets the target domain controller.
public String ReferenceDC { get; set; } #Gets or sets the reference domain controller.
public String NamingContext { get; set; } #Gets or sets the naming context affected by the operation.
public String BatchKey { get; set; } #Gets or sets the normalized batch key for the operation.
public Int32 RequestedCount { get; set; } #Gets or sets the number of objects requested for removal.
public Int32 SucceededCount { get; set; } #Gets or sets the number of objects successfully removed.
public Int32 FailedCount { get; set; } #Gets or sets the number of objects that failed to be removed.
public Int32 SkippedCount { get; set; } #Gets or sets the number of objects skipped without attempting removal.
public List<String> ObjectDns { get; set; } #Gets or sets the object distinguished names covered by the operation.
public List<String> ErrorMessages { get; set; } #Gets or sets any error messages produced while executing the operation.
public Boolean Success { get; } #Gets a value indicating whether the operation completed without failures or skips.