The entity backup_network_throttle is used to control the network traffic between server and client in the case of sending backup up files from the client to the server.
| Column Name | Column Datatype | Column Null Option | Column Comment |
| network_throttle_id | byte varying(16) | not null | Unique identifier |
| excluded_days | varchar(3) | with null | Network connection is not performed on the following days of a week 0x01:Sunday 0x02:Monday 0x04:Tuesday 0x08:Wednesday 0x10:Thursday 0x20:Friday 0x40:Saturday |
| excluded_start_hour | varchar(2) | with null | From hour (1-12) |
| excluded_start_minute | varchar(2) | with null | From minutes (0-59) |
| excluded_end_hour | varchar(2) | with null | Until hour (1-12) |
| excluded_end_minute | varchar(2) | with null | Until minutes (0-59) |
| max_data_send | integer | with null | Total amount of data per day in MB 0:unlimited |
| max_time_send | integer | with null | Maximal time per day for sending data in hours |
| creation_user | nvarchar(64) | with null | User who creates the object |
| creation_date | integer | with null | Time object is being created |
| last_update_user | nvarchar(64) | with null | User who updates |
| last_update_date | integer | with null | Time object is being updated |
| version_number | integer | with null | Is used for transaction integrity |
| band_width | integer | with null | Band width for sending data in percent |
Product Name: BrightStor ARCserve Backup for Laptops and Desktops
Table Type: Table