Difference between revisions of "UserStorageInfo"

From Gvp-public
Jump to navigation Jump to search
Line 77: Line 77:
 
{{!}} Initial data type implementation
 
{{!}} Initial data type implementation
 
{{!}}  
 
{{!}}  
 +
{{!}}- valign="top"
 +
! 7.1
 +
{{!}} Changes for Open Platform CPVR
 +
{{!}} José Manuel Escartín
 
{{!}}- valign="top"
 
{{!}}- valign="top"
  

Revision as of 09:27, 5 April 2019

Represents a Schedule object, associated with the managing of recordings in the Network PVR service.

Members

Field Data Type Description
Available long int Available user storage capacity
SecurityLimit long int Configured security limit. Introduced to have fully compatibility with MTV RS API service logic. It is the real value. When the threshold is reached, then an errorCode “Customer quota is exceed” is returned by the API. This error code is one of the possible error codes returned returned by “AddRecordingSchedule method”.
Total long int Total user storage
Type UserStorageType enum Storage type
Unit UserStorageUnit enum Storage units
Used long int Used storage
WarningLimit long int Configured warning limit. Introduced to have fully compatibility with ALU MTV RS API service logic. It is a warning value. When the threshold is reached, then errorCode “Succesfull with a warning: the quota limit for the client is closed to be reached” is returned by the API. This error code is one of the possible error codes returned returned by “AddRecordingSchedule method”.
QuotaManagement QuotaManagementType enum Type of Quota Management (Unknown, Automatic or Manual)


Example

{

"Available": 3600,
"SecurityLimit": 3000,
"Total": 6000,
"Type": 1,
"Unit": 3,
"Used": 2400,
"WarningLimit": 3000
"QuotaManagement": 1

}


Known issues

None


Version history

API Version Number Change description Changes author
2.4 Initial data type implementation
7.1 Changes for Open Platform CPVR José Manuel Escartín


See also