|
|
BandwidthOptions Class |
Namespace: DoubleTake.Jobs.Contract.Scheduling
public sealed class BandwidthOptions : ObservableObject, IExtensibleDataObject
The BandwidthOptions type exposes the following members.
| Name | Description | |
|---|---|---|
| BandwidthOptions |
| Name | Description | |
|---|---|---|
| Entries |
This value represents the bandwidth schedule.
This value is copied to CoreConnectionOptions.ConnectionStartParameters.Schedule.Bandwidth.Entries.
| |
| ExtensionData |
Gets or sets the structure that contains extra data.
| |
| Limit |
This value is the bandwidth limit in bytes per second.
| |
| Mode |
This value is the bandwidth limiting mode.
This value is copied to CoreConnectionOptions.ConnectionStartParameters.Schedule.Bandwidth.Mode.
| |
| Specifications |
This value represents a bandwidth specifications as identified by a common name (for example T1) and a numeric speed (for example, 193,000 bytes per second).
This value is copied to CoreConnectionOptions.ConnectionStartParameters.Schedule.Bandwidth.Specification.
|
| Name | Description | |
|---|---|---|
| FromLegacy |
Converts a legacy BandwithSchedule to an instance of BandwidthOptions.
| |
| ToLegacy |
Converts this instance of BandwidthOptions to a legacy BandwidthSchedule.
|