Definition
Assembly: CloudNimble.EasyAF.Tools.dll Namespace: CloudNimble.EasyAF.Tools.Models Inheritance: System.ObjectSyntax
Summary
Represents the result of a cleanup operation.Constructors
.ctor
Syntax
.ctor Inherited
Inherited from
objectSyntax
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
objectSyntax
Parameters
| Name | Type | Description |
|---|---|---|
obj | object? | - |
Returns
Type:bool
Equals Inherited
Inherited from
objectSyntax
Parameters
| Name | Type | Description |
|---|---|---|
objA | object? | - |
objB | object? | - |
Returns
Type:bool
GetHashCode Inherited Virtual
Inherited from
objectSyntax
Returns
Type:int
GetType Inherited
Inherited from
objectSyntax
Returns
Type:System.Type
MemberwiseClone Inherited
Inherited from
objectSyntax
Returns
Type:object
ReferenceEquals Inherited
Inherited from
objectSyntax
Parameters
| Name | Type | Description |
|---|---|---|
objA | object? | - |
objB | object? | - |
Returns
Type:bool
ToString Inherited Virtual
Inherited from
objectSyntax
Returns
Type:string?