|
|
BandwidthEntry Class |
Namespace: DoubleTake.Jobs.Contract.Scheduling
public sealed class BandwidthEntry : ObservableObject, IExtensibleDataObject
The BandwidthEntry type exposes the following members.
| Name | Description | |
|---|---|---|
| BandwidthEntry |
| Name | Description | |
|---|---|---|
| DaysOfWeek |
This values is the days of the week to which the entry applies.
| |
| EndTime |
This value is the end time of the entry. It should be between 00:00:00 and 23:59:59 (hh:mm:ss). This value is only applicable if the BandwidthOptions.BandwidthScheduleMode is Scheduled.
| |
| EntryType |
This value represents a daytime or overnight schedule.
| |
| ExtensionData |
Gets or sets the structure that contains extra data.
| |
| IsUnlimited |
This value is true if the entry allows unlimited bandwidth; otherwise, it is false.
| |
| Limit |
This value is the bandwidth limit in bytes per second.
| |
| Name |
This value is the name of the entry. It must be unique among all entries in the bandwidth schedule.
| |
| StartTime |
This value is the start time of the entry. It should be between 00:00:00 and 23:59:59 (hh:mm:ss).
|
| Name | Description | |
|---|---|---|
| GetNextDay |
Gets the next day of week, given a reference day.
| |
| Overlaps |
Determines if this bandwidth entry overlaps with the provided entry.
| |
| ToString |
Returns a String that represents this instance.
(Overrides ObjectToString.) |