Skip to main content

Definition

Assembly: CloudNimble.EasyAF.Tools.dll Namespace: CloudNimble.EasyAF.Tools.Models Inheritance: System.Object

Syntax

CloudNimble.EasyAF.Tools.Models.CleanupResult

Summary

Represents the result of a cleanup operation.

Constructors

.ctor

Syntax

public CleanupResult()

.ctor Inherited

Inherited from object

Syntax

public Object()

Properties

ErrorCount

Gets or sets the number of errors encountered during deletion.

Syntax

public int ErrorCount { get; set; }

Property Value

Type: int

ErrorMessage

Gets or sets any error message if the operation failed.

Syntax

public string ErrorMessage { get; set; }

Property Value

Type: string

FilesDeleted

Gets or sets the number of files deleted.

Syntax

public int FilesDeleted { get; set; }

Property Value

Type: int

Message

Gets or sets the result message.

Syntax

public string Message { get; set; }

Property Value

Type: string

OrphanedFilesFound

Gets or sets the number of orphaned files found.

Syntax

public int OrphanedFilesFound { get; set; }

Property Value

Type: int

Success

Gets or sets whether the cleanup operation was successful.

Syntax

public bool Success { get; set; }

Property Value

Type: bool

Methods

Equals Inherited Virtual

Inherited from object

Syntax

public virtual bool Equals(object obj)

Parameters

NameTypeDescription
objobject?-

Returns

Type: bool

Equals Inherited

Inherited from object

Syntax

public static bool Equals(object objA, object objB)

Parameters

NameTypeDescription
objAobject?-
objBobject?-

Returns

Type: bool

GetHashCode Inherited Virtual

Inherited from object

Syntax

public virtual int GetHashCode()

Returns

Type: int

GetType Inherited

Inherited from object

Syntax

public System.Type GetType()

Returns

Type: System.Type

MemberwiseClone Inherited

Inherited from object

Syntax

protected internal object MemberwiseClone()

Returns

Type: object

ReferenceEquals Inherited

Inherited from object

Syntax

public static bool ReferenceEquals(object objA, object objB)

Parameters

NameTypeDescription
objAobject?-
objBobject?-

Returns

Type: bool

ToString Inherited Virtual

Inherited from object

Syntax

public virtual string ToString()

Returns

Type: string?