Skip to main content

Definition

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

Syntax

Summary

Represents the result of a cleanup operation.

Constructors

.ctor

Syntax

.ctor Inherited

Inherited from object

Syntax

Properties

ErrorCount

Gets or sets the number of errors encountered during deletion.

Syntax

Property Value

Type: int

ErrorMessage

Gets or sets any error message if the operation failed.

Syntax

Property Value

Type: string

FilesDeleted

Gets or sets the number of files deleted.

Syntax

Property Value

Type: int

Message

Gets or sets the result message.

Syntax

Property Value

Type: string

OrphanedFilesFound

Gets or sets the number of orphaned files found.

Syntax

Property Value

Type: int

Success

Gets or sets whether the cleanup operation was successful.

Syntax

Property Value

Type: bool

Methods

Equals Inherited Virtual

Inherited from object

Syntax

Parameters

Returns

Type: bool

Equals Inherited

Inherited from object

Syntax

Parameters

Returns

Type: bool

GetHashCode Inherited Virtual

Inherited from object

Syntax

Returns

Type: int

GetType Inherited

Inherited from object

Syntax

Returns

Type: System.Type

MemberwiseClone Inherited

Inherited from object

Syntax

Returns

Type: object

ReferenceEquals Inherited

Inherited from object

Syntax

Parameters

Returns

Type: bool

ToString Inherited Virtual

Inherited from object

Syntax

Returns

Type: string?