Classes > BandwidthEntry

BandwidthEntry

Parameter of

BandwidthOptions

Properties

Name Type Description
DaysOfWeek Weekdays

This values is the days of the week to which the entry applies.

EndTime DateTime 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 BandwidthEntryType This value represents a daytime or overnight schedule.
IsUnlimited Boolean

This value is true if the entry allows unlimited bandwidth; otherwise, it is false.

Limit Int64

This value is the bandwidth limit in bytes per second.

Name String

This value is the name of the entry. It must be unique among all entries in the bandwidth schedule.

StartTime DateTime

This value is the start time of the entry. It should be between 00:00:00 and 23:59:59 (hh:mm:ss).