Megosztás a következőn keresztül:


DeviceDetails Class

Definition

The additional device details regarding the end point count and volume container count.

public class DeviceDetails
type DeviceDetails = class
Public Class DeviceDetails
Inheritance
DeviceDetails

Constructors

DeviceDetails()

Initializes a new instance of the DeviceDetails class.

DeviceDetails(Nullable<Int32>, Nullable<Int32>)

Initializes a new instance of the DeviceDetails class.

Properties

EndpointCount

Gets or sets the total number of endpoints that are currently on the device ( i.e. number of volumes).

VolumeContainerCount

Gets or sets the total number of volume containers on the device.

Applies to