 | ConnectionStatisticsModelDiskQueueBytes Property |
Gets or sets the number of bytes in the disk queue.
Namespace: DoubleTake.Web.ModelsAssembly: DoubleTake.Management.Web.Client (in DoubleTake.Management.Web.Client.dll) Version: 8.1.0.599 (8.1.0.599)
Syntaxpublic long DiskQueueBytes { get; set; }
Public Property DiskQueueBytes As Long
Get
Set
public:
property long long DiskQueueBytes {
long long get ();
void set (long long value);
}
member DiskQueueBytes : int64 with get, set
Property Value
Type:
Int64The disk queue bytes.
See Also