Deletes all data and metadata of the specified type from the space.

C# | Visual Basic | Visual C++ | J# |
void Clean( Type type )
Sub Clean ( _ type As Type _ )
void Clean( Type^ type )
void Clean( Type type )

- type (Type)
- Type to remove from space.

Exception | Condition |
---|---|
InactiveSpaceException | The space is in backup mode and therefore is not active. |