Class GrpcCompactDriveRequest
Compacts a virtual disk. This request returns a GrpcBaseReply.
Namespace: Neon.Kube.GrpcProto.Desktop
Assembly: Neon.Kube.GrpcProto.dll
Syntax
[DataContract]
public class GrpcCompactDriveRequest
Constructors
GrpcCompactDriveRequest()
Default constructor.
Declaration
public GrpcCompactDriveRequest()
GrpcCompactDriveRequest(string)
Constructor.
Declaration
public GrpcCompactDriveRequest(string drivePath)
Parameters
| Type | Name | Description |
|---|---|---|
| string | drivePath | Specifies the path to the virtual drive. |
Properties
DrivePath
Specifies the path to the virtual drive.
Declaration
[DataMember(Order = 1)]
public string? DrivePath { get; set; }
Property Value
| Type | Description |
|---|---|
| string |