The RecoveryOptions type exposes the following members.
Methods
Name | Description | |
---|---|---|
Create |
Initialize a RecoveryOptions object
| |
Equals | (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
KeepFiles |
Get and set keepFiles flag. Indicates whether recovery should delete files after completion
| |
LoadWithData |
Get and set loadWithData flag. Indicates whether recovery should be done with data load
| |
Quorum |
Gets or sets the size of the quorum. The minimum number of seeders for recovery
| |
Recoverypolicy |
Set/Get recovery policy
| |
ThreadCount |
Gets or sets the size of the thread count for metaspace recovery.
|