Deletes all data and metadata of the specified type from the space.
![](../icons/collapse_all.gif)
C# | Visual Basic | Visual C++ | J# |
void Clean( Type type )
Sub Clean ( _ type As Type _ )
void Clean( Type^ type )
void Clean( Type type )
![](../icons/collapse_all.gif)
- type (Type)
- Type to remove from space.
![](../icons/collapse_all.gif)
Exception | Condition |
---|---|
InactiveSpaceException | The space is in backup mode and therefore is not active. |