Click or drag to resize
BandwidthEntry Class
Represents an entry in a bandwidth limiting schedule.
Inheritance Hierarchy
SystemObject
  ObservableObject
    DoubleTake.Jobs.Contract.SchedulingBandwidthEntry

Namespace: DoubleTake.Jobs.Contract.Scheduling
Assembly: DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.0.0.1664
Syntax
public sealed class BandwidthEntry : ObservableObject, 
	IExtensibleDataObject

The BandwidthEntry type exposes the following members.

Constructors
  NameDescription
Public methodBandwidthEntry
Top
Properties
  NameDescription
Public propertyDaysOfWeek
This values is the days of the week to which the entry applies.
Public propertyEndTime
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.
Public propertyEntryType
This value represents a daytime or overnight schedule.
Public propertyExtensionData
Gets or sets the structure that contains extra data.
Public propertyIsUnlimited
This value is true if the entry allows unlimited bandwidth; otherwise, it is false.
Public propertyLimit
This value is the bandwidth limit in bytes per second.
Public propertyName
This value is the name of the entry. It must be unique among all entries in the bandwidth schedule.
Public propertyStartTime
This value is the start time of the entry. It should be between 00:00:00 and 23:59:59 (hh:mm:ss).
Top
Methods
  NameDescription
Public methodStatic memberGetNextDay
Gets the next day of week, given a reference day.
Public methodOverlaps
Determines if this bandwidth entry overlaps with the provided entry.
Public methodToString
Returns a String that represents this instance.
(Overrides ObjectToString.)
Top
See Also